<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install PHP 8 on CentOS/RHEL 8/7	</title>
	<atom:link href="https://www.tecmint.com/install-php-8-on-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-php-8-on-centos/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 18 Jan 2023 15:17:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Thomas Pauli		</title>
		<link>https://www.tecmint.com/install-php-8-on-centos/comment-page-1/#comment-1948511</link>

		<dc:creator><![CDATA[Thomas Pauli]]></dc:creator>
		<pubDate>Wed, 18 Jan 2023 15:17:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41011#comment-1948511</guid>

					<description><![CDATA[Sometimes it is necessary to reset the php module:
&lt;pre&gt;
# dnf module enable php:remi-8.1
&lt;/pre&gt;
Error: It is not possible to switch enabled streams of a module unless explicitly enabled via the configuration option &lt;strong&gt;module_stream_switch&lt;/strong&gt;.

It is recommended to rather remove all installed content from the module, and reset the module using the &#039;&lt;strong&gt;dnf module reset&lt;/strong&gt;&#039; command. After you reset the module, you can install the other stream.
&lt;pre&gt;
# dnf module reset php
# dnf module enable php:remi-8.1
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>Sometimes it is necessary to reset the php module:</p>
<pre>
# dnf module enable php:remi-8.1
</pre>
<p>Error: It is not possible to switch enabled streams of a module unless explicitly enabled via the configuration option <strong>module_stream_switch</strong>.</p>
<p>It is recommended to rather remove all installed content from the module, and reset the module using the &#8216;<strong>dnf module reset</strong>&#8216; command. After you reset the module, you can install the other stream.</p>
<pre>
# dnf module reset php
# dnf module enable php:remi-8.1
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jegan		</title>
		<link>https://www.tecmint.com/install-php-8-on-centos/comment-page-1/#comment-1896090</link>

		<dc:creator><![CDATA[jegan]]></dc:creator>
		<pubDate>Wed, 12 Oct 2022 06:48:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41011#comment-1896090</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-php-8-on-centos/comment-page-1/#comment-1792697&quot;&gt;Ravi Saive&lt;/a&gt;.

Yeah, it&#039;s worked.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-php-8-on-centos/comment-page-1/#comment-1792697">Ravi Saive</a>.</p>
<p>Yeah, it&#8217;s worked.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-php-8-on-centos/comment-page-1/#comment-1848673</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 21 Jul 2022 05:27:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41011#comment-1848673</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-php-8-on-centos/comment-page-1/#comment-1848595&quot;&gt;suresh&lt;/a&gt;.

@Suresh,

I suggest you first remove the installed PHP and its extensions and then re-install the PHP using the php80 repo...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-php-8-on-centos/comment-page-1/#comment-1848595">suresh</a>.</p>
<p>@Suresh,</p>
<p>I suggest you first remove the installed PHP and its extensions and then re-install the PHP using the php80 repo&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: suresh		</title>
		<link>https://www.tecmint.com/install-php-8-on-centos/comment-page-1/#comment-1848595</link>

		<dc:creator><![CDATA[suresh]]></dc:creator>
		<pubDate>Thu, 21 Jul 2022 01:35:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41011#comment-1848595</guid>

					<description><![CDATA[Hi,

On my centos 7, I have enabled the php80 repo and tried to update from php74 to php80 and I&#039;m getting the below error, please suggest this.

Error: Package: php-pecl-interbase-1.0.0~DEV.20190523-4.el7.remi.7.4.x86_64 (@remi-php74)
           Requires: php(zend-abi) = 20190902-64
           Removing: php-common-7.4.30-1.el7.remi.x86_64 (@remi-php74)
               php(zend-abi) = 20190902-64
           Updated By: php-common-8.0.21-2.el7.remi.x86_64 (remi-php80)
               php(zend-abi) = 20200930-64
           Available: php-common-8.0.20-1.el7.remi.x86_64 (remi-php80)
               php(zend-abi) = 20200930-64
Error: Package: php-enchant-8.0.21-2.el7.remi.x86_64 (remi-php80)
           Requires: libenchant-2.so.2()(64bit)
Error: Package: php-pecl-interbase-1.0.0~DEV.20190523-4.el7.remi.7.4.x86_64 (@remi-php74)
           Requires: php(api) = 20190902-64
           Removing: php-common-7.4.30-1.el7.remi.x86_64 (@remi-php74)
               php(api) = 20190902-64
           Updated By: php-common-8.0.21-2.el7.remi.x86_64 (remi-php80)
               php(api) = 20200930-64
           Available: php-common-8.0.20-1.el7.remi.x86_64 (remi-php80)
               php(api) = 20200930-64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>On my centos 7, I have enabled the php80 repo and tried to update from php74 to php80 and I&#8217;m getting the below error, please suggest this.</p>
<p>Error: Package: php-pecl-interbase-1.0.0~DEV.20190523-4.el7.remi.7.4.x86_64 (@remi-php74)<br />
           Requires: php(zend-abi) = 20190902-64<br />
           Removing: php-common-7.4.30-1.el7.remi.x86_64 (@remi-php74)<br />
               php(zend-abi) = 20190902-64<br />
           Updated By: php-common-8.0.21-2.el7.remi.x86_64 (remi-php80)<br />
               php(zend-abi) = 20200930-64<br />
           Available: php-common-8.0.20-1.el7.remi.x86_64 (remi-php80)<br />
               php(zend-abi) = 20200930-64<br />
Error: Package: php-enchant-8.0.21-2.el7.remi.x86_64 (remi-php80)<br />
           Requires: libenchant-2.so.2()(64bit)<br />
Error: Package: php-pecl-interbase-1.0.0~DEV.20190523-4.el7.remi.7.4.x86_64 (@remi-php74)<br />
           Requires: php(api) = 20190902-64<br />
           Removing: php-common-7.4.30-1.el7.remi.x86_64 (@remi-php74)<br />
               php(api) = 20190902-64<br />
           Updated By: php-common-8.0.21-2.el7.remi.x86_64 (remi-php80)<br />
               php(api) = 20200930-64<br />
           Available: php-common-8.0.20-1.el7.remi.x86_64 (remi-php80)<br />
               php(api) = 20200930-64<br />
 You could try using &#8211;skip-broken to work around the problem<br />
 You could try running: rpm -Va &#8211;nofiles &#8211;nodigest</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kostas		</title>
		<link>https://www.tecmint.com/install-php-8-on-centos/comment-page-1/#comment-1835989</link>

		<dc:creator><![CDATA[Kostas]]></dc:creator>
		<pubDate>Tue, 28 Jun 2022 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41011#comment-1835989</guid>

					<description><![CDATA[Following the steps on a clean installation of Centos 7, I ended up with PHP 5.4. 
]]></description>
			<content:encoded><![CDATA[<p>Following the steps on a clean installation of Centos 7, I ended up with PHP 5.4. </p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
