Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install PHP7.3 with yum in CentOS 7

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the knowledge of "how to install PHP7.3 with yum in CentOS 7". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Reference: https://www.mf8.biz/centos-rhel-install-php7-3/

1. First install the EPEL source:

Yum install epel-release

Install the REMI source:

Yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm

2. Install Yum source management tools:

Yum install yum-utils

3. Install PHP7.3:

Yum install-y php73-php-fpm php73-php-cli php73-php-bcmath php73-php-gd php73-php-json php73-php-mbstring php73-php-mcrypt php73-php-mysqlnd php73-php-opcache php73-php-pdo php73-php-pecl-crypto php73-php-pecl-mcrypt php73-php-pecl-geoip php73-php-recode php73-php-snmp php73-php-soap php73-php-xmll

You'd better restart your computer after the installation is complete, otherwise you may not be able to start php

Set to boot and run the service:

Systemctl enable php73-php-fpm

Systemctl start php73-php-fpm

one

Set up PHP

Find the installation package:

[root@xxx etc] # rpm-qa | grep 'php'

Php73-php-cli-7.3.6-1.el7.remi.x86_64

Php73-php-mbstring-7.3.6-1.el7.remi.x86_64

Php73-php-pecl-mcrypt-1.0.2-1.el7.remi.x86_64

Php73-runtime-2.0-1.el7.remi.x86_64

Php73-php-pdo-7.3.6-1.el7.remi.x86_64

Php73-php-bcmath-7.3.6-1.el7.remi.x86_64

Php73-php-fpm-7.3.6-1.el7.remi.x86_64

Php73-php-mysqlnd-7.3.6-1.el7.remi.x86_64

Php73-php-snmp-7.3.6-1.el7.remi.x86_64

Php73-php-gd-7.3.6-1.el7.remi.x86_64

Php73-php-json-7.3.6-1.el7.remi.x86_64

Php73-php-soap-7.3.6-1.el7.remi.x86_64

Php73-php-recode-7.3.6-1.el7.remi.x86_64

Php73-php-pecl-crypto-0.3.1-5.el7.remi.x86_64

Php73-php-common-7.3.6-1.el7.remi.x86_64

Php73-php-opcache-7.3.6-1.el7.remi.x86_64

Php73-php-pecl-geoip-1.1.1-6.el7.remi.x86_64

Find: php73-php-fpm-7.3.6-1.el7.remi.x86_64 installation location

[root@xxx etc] # rpm-ql php73-php-fpm-7.3.6-1.el7.remi.x86_64

/ etc/logrotate.d/php73-php-fpm

/ etc/opt/remi/php73/php-fpm.conf

/ etc/opt/remi/php73/php-fpm.d

/ etc/opt/remi/php73/php-fpm.d/www.conf

/ etc/opt/remi/php73/sysconfig/php-fpm

/ etc/systemd/system/php73-php-fpm.service.d

/ opt/remi/php73/root/usr/sbin/php-fpm

/ opt/remi/php73/root/usr/share/doc/php73-php-fpm-7.3.6

/ opt/remi/php73/root/usr/share/doc/php73-php-fpm-7.3.6/php-fpm.conf.default

/ opt/remi/php73/root/usr/share/doc/php73-php-fpm-7.3.6/www.conf.default

/ opt/remi/php73/root/usr/share/fpm

/ opt/remi/php73/root/usr/share/fpm/status.html

/ opt/remi/php73/root/usr/share/licenses/php73-php-fpm-7.3.6

/ opt/remi/php73/root/usr/share/licenses/php73-php-fpm-7.3.6/fpm_LICENSE

/ opt/remi/php73/root/usr/share/man/man8/php-fpm.8.gz

/ usr/lib/systemd/system/php73-php-fpm.service

/ var/opt/remi/php73/lib/php/opcache

/ var/opt/remi/php73/lib/php/session

/ var/opt/remi/php73/lib/php/wsdlcache

/ var/opt/remi/php73/log/php-fpm

/ var/opt/remi/php73/run/php-fpm

Find the php.ini location:

[root@xxx etc] # find / etc/opt/remi/php73-name php.ini

/ etc/opt/remi/php73/php.ini

one

Edit / etc/opt/remi/php73/php.ini replacement; cgi.fix_pathinfo=1 is the cgi.fix_pathinfo=0 shortcut command:

Sed-I'sUniverse nexus cgi.fixtures pathinfoiled 1Universe cgi.fixtures pathinfoils 0Compact'/ etc/opt/remi/php73/php.ini

Restart php73-php-fpm

Systemctl restart php73-php-fpm

More actions:

Systemctl restart php73-php-fpm # restart

Systemctl start php73-php-fpm # Startup

Systemctl stop php73-php-fpm # shutdown

Systemctl status php73-php-fpm # check status

one

two

three

View PHP

Verify that the installation is successful:

Root@mf88.biz-service:~# php73-v

PHP 7.3.0-1 + (cli) (built: Dec 6 2018 20:24:55) (NTS)

Copyright (c) 1997-2018 The PHP Group

Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies

With Zend OPcache v7.3.0-1+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies

one

two

three

four

Update PHP

Run the following command and the system will update all software that can be updated, including PHP

Yum update

Install more components

The above command to install PHP only installs part of the PHP extension, and more software can be seen:

# yum search php73

Updating Subscription Management repositories.

Last metadata expiration check: 0:27:54 ago on Wed 15 May 2019 10:39:52 AM EDT.

= Name Exactly Matched: php73 =

Php73.x86_64: Package that installs PHP 7.3

Php73.x86_64: Package that installs PHP 7.3

= Name & Summary Matched: php73 =

Php73-syspaths.x86_64: System-wide wrappers for the php73 package

Php73-syspaths.x86_64: System-wide wrappers for the php73 package

Php73-scldevel.x86_64: Package shipping development files for php73

Php73-scldevel.x86_64: Package shipping development files for php73

Php73-php-zstd-devel.x86_64: php73-php-zstd developer files (header)

Php73-runtime.x86_64: Package that handles php73 Software Collection.

Php73-runtime.x86_64: Package that handles php73 Software Collection.

Php73-runtime.x86_64: Package that handles php73 Software Collection.

Php73-php-pecl-psr-devel.x86_64: php73-php-pecl-psr developer files (header)

Php73-php-pecl-psr-devel.x86_64: php73-php-pecl-psr developer files (header)

Php73-php-pecl-raphf-devel.x86_64: php73-php-pecl-raphf developer files (header)

Php73-php-pecl-raphf-devel.x86_64: php73-php-pecl-raphf developer files (header)

Php73-php-pecl-propro-devel.x86_64: php73-php-pecl-propro developer files (header)

Php73-php-pecl-yaconf-devel.x86_64: php73-php-pecl-yaconf developer files (header)

Php73-php-pecl-propro-devel.x86_64: php73-php-pecl-propro developer files (header)

Php73-php-pecl-yaconf-devel.x86_64: php73-php-pecl-yaconf developer files (header)

Php73-php-pecl-xmldiff-devel.x86_64: php73-php-pecl-xmldiff developer files (header)

Php73-php-pecl-swoole4-devel.x86_64: php73-php-pecl-swoole4 developer files (header)

Php73-php-pecl-xmldiff-devel.x86_64: php73-php-pecl-xmldiff developer files (header)

Php73-php-zephir-parser-devel.x86_64: php73-php-zephir-parser developer files (headers)

Php73-php-zephir-parser-devel.x86_64: php73-php-zephir-parser developer files (headers)

Php73-php-pecl-handlebars-devel.x86_64: php73-php-pecl-handlebars developer files (header)

= Name Matched: php73 =

Php73-php.x86_64: PHP scripting language for creating dynamic web sites

Php73-php.x86_64: PHP scripting language for creating dynamic web sites

Php73-build.x86_64: Package shipping basic build configuration

……

This is the end of the content of "how to install PHP7.3 with yum in CentOS 7". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report