To install PHP 5.5 on yum-based Linux distributions, you can follow these steps:
Update your system's package lists:
sudo yum update
Install the Remi repository, which provides PHP 5.5 packages:
sudo yum install epel-release yum-utils
sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
Enable the Remi PHP 5.5 repository:
sudo yum-config-manager --enable remi-php55
Install PHP 5.5 and its modules:
sudo yum install php php-common php-cli
Verify the installation by checking the PHP version:
php -v
You should now have PHP 5.5 installed on your system.
上一篇:php 图标加事件
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站