<?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.4 in RHEL 9	</title>
	<atom:link href="https://www.tecmint.com/install-php-in-rhel-9/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-php-in-rhel-9/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 29 Nov 2024 07:50:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1487054</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 07 May 2021 09:09:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27602#comment-1487054</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1486531&quot;&gt;divesh malav&lt;/a&gt;.

@Divesh,

Install &lt;strong&gt;yum-utils&lt;/strong&gt; to package to get yum-config-manager command...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1486531">divesh malav</a>.</p>
<p>@Divesh,</p>
<p>Install <strong>yum-utils</strong> to package to get yum-config-manager command&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: divesh malav		</title>
		<link>https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1486531</link>

		<dc:creator><![CDATA[divesh malav]]></dc:creator>
		<pubDate>Thu, 06 May 2021 11:06:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27602#comment-1486531</guid>

					<description><![CDATA[I have a problem in the third step when I entered the code of PHP 7.3 then it shown the message command not found.]]></description>
			<content:encoded><![CDATA[<p>I have a problem in the third step when I entered the code of PHP 7.3 then it shown the message command not found.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1325365</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 07 Apr 2020 05:35:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27602#comment-1325365</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1325313&quot;&gt;jerome&lt;/a&gt;.

@Jerome,

PHP is a just programming language that doesn&#039;t have a service to start, you just need to restart the Apache or Nginx webserver to reflect changes you made to any configuration files of PHP.
&lt;pre&gt;
# systemctl restart httpd
OR
# systemctl restart nginx
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1325313">jerome</a>.</p>
<p>@Jerome,</p>
<p>PHP is a just programming language that doesn&#8217;t have a service to start, you just need to restart the Apache or Nginx webserver to reflect changes you made to any configuration files of PHP.</p>
<pre>
# systemctl restart httpd
OR
# systemctl restart nginx
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jerome		</title>
		<link>https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1325313</link>

		<dc:creator><![CDATA[jerome]]></dc:creator>
		<pubDate>Tue, 07 Apr 2020 00:59:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27602#comment-1325313</guid>

					<description><![CDATA[Hey, 

Maybe a stupid question. But how can we start and restart PHP without rebooting the server? 
&lt;pre&gt;
PHP 7.4.4 (cli) (built: Mar 17 2020 10:40:21) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
&lt;/pre&gt;
When we do [&lt;strong&gt;systemctl restart php74&lt;/strong&gt;] results in Failed to restart php74.service: Unit not found.

When we do [systemctl &#124; grep php] not a single result is returned. Is php74.service not running? Or is it part of something else cause we installed it with the yum manager or something?

Regards Jerome.]]></description>
			<content:encoded><![CDATA[<p>Hey, </p>
<p>Maybe a stupid question. But how can we start and restart PHP without rebooting the server? </p>
<pre>
PHP 7.4.4 (cli) (built: Mar 17 2020 10:40:21) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
</pre>
<p>When we do [<strong>systemctl restart php74</strong>] results in Failed to restart php74.service: Unit not found.</p>
<p>When we do [systemctl | grep php] not a single result is returned. Is php74.service not running? Or is it part of something else cause we installed it with the yum manager or something?</p>
<p>Regards Jerome.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Estellise		</title>
		<link>https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1097361</link>

		<dc:creator><![CDATA[Estellise]]></dc:creator>
		<pubDate>Fri, 25 Jan 2019 12:33:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27602#comment-1097361</guid>

					<description><![CDATA[When running command : &lt;code&gt;yum-config-manager --enable remi-php70&lt;/code&gt;

this results, is this okay?
&lt;pre&gt;
================================= repo: remi-php72 ==================================
[remi-php72]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/latest
baseurl = 
cache = 0
cachedir = /var/cache/yum/x86_64/latest/remi-php72
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage = 
enabled = True
enablegroups = True
exclude = 
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/latest/remi-php72/gpgcadir
gpgcakey = 
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/latest/remi-php72/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
hdrdir = /var/cache/yum/x86_64/latest/remi-php72/headers
http_caching = all
includepkgs = 
ip_resolve = 
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid = 
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink = 
minrate = 0
mirrorlist = http://cdn.remirepo.net/enterprise/7/php72/mirror
mirrorlist_expire = 86400
name = Remi&#039;s PHP 7.2 RPM repository for Enterprise Linux 7 - x86_64
old_base_cache_dir = 
password = 
persistdir = /var/lib/yum/repos/x86_64/latest/remi-php72
pkgdir = /var/cache/yum/x86_64/latest/remi-php72/packages
priority = 99
proxy = False
proxy_dict = 
proxy_password = 
proxy_username = 
repo_gpgcheck = False
report_instanceid = False
retries = 3
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = True
throttle = 0
timeout = 5.0
ui_id = remi-php72
ui_repoid_vars = releasever,
   basearch
username =
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>When running command : <code>yum-config-manager --enable remi-php70</code></p>
<p>this results, is this okay?</p>
<pre>
================================= repo: remi-php72 ==================================
[remi-php72]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/latest
baseurl = 
cache = 0
cachedir = /var/cache/yum/x86_64/latest/remi-php72
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage = 
enabled = True
enablegroups = True
exclude = 
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/latest/remi-php72/gpgcadir
gpgcakey = 
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/latest/remi-php72/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
hdrdir = /var/cache/yum/x86_64/latest/remi-php72/headers
http_caching = all
includepkgs = 
ip_resolve = 
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid = 
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink = 
minrate = 0
mirrorlist = http://cdn.remirepo.net/enterprise/7/php72/mirror
mirrorlist_expire = 86400
name = Remi's PHP 7.2 RPM repository for Enterprise Linux 7 - x86_64
old_base_cache_dir = 
password = 
persistdir = /var/lib/yum/repos/x86_64/latest/remi-php72
pkgdir = /var/cache/yum/x86_64/latest/remi-php72/packages
priority = 99
proxy = False
proxy_dict = 
proxy_password = 
proxy_username = 
repo_gpgcheck = False
report_instanceid = False
retries = 3
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = True
throttle = 0
timeout = 5.0
ui_id = remi-php72
ui_repoid_vars = releasever,
   basearch
username =
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
