Comments on: How to Install PHP 8.3 in RHEL 9 https://www.tecmint.com/install-php-in-rhel-9/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 30 Apr 2024 07:28:53 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1487054 Fri, 07 May 2021 09:09:20 +0000 https://www.tecmint.com/?p=27602#comment-1487054 In reply to divesh malav.

@Divesh,

Install yum-utils to package to get yum-config-manager command…

]]>
By: divesh malav https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1486531 Thu, 06 May 2021 11:06:07 +0000 https://www.tecmint.com/?p=27602#comment-1486531 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.

]]>
By: Ravi Saive https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1325365 Tue, 07 Apr 2020 05:35:26 +0000 https://www.tecmint.com/?p=27602#comment-1325365 In reply to jerome.

@Jerome,

PHP is a just programming language that doesn’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.

# systemctl restart httpd
OR
# systemctl restart nginx
]]>
By: jerome https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1325313 Tue, 07 Apr 2020 00:59:37 +0000 https://www.tecmint.com/?p=27602#comment-1325313 Hey,

Maybe a stupid question. But how can we start and restart PHP without rebooting the server?

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

When we do [systemctl restart php74] results in Failed to restart php74.service: Unit not found.

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?

Regards Jerome.

]]>
By: Estellise https://www.tecmint.com/install-php-in-rhel-9/comment-page-1/#comment-1097361 Fri, 25 Jan 2019 12:33:32 +0000 https://www.tecmint.com/?p=27602#comment-1097361 When running command : yum-config-manager --enable remi-php70

this results, is this okay?

================================= 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 =
]]>