linux:安装php56
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
linux:安装php56 [2019/10/30 19:51] – zhangguo | linux:安装php56 [2023/03/17 10:12] (当前版本) – 外部编辑 127.0.0.1 | ||
---|---|---|---|
行 23: | 行 23: | ||
安装php5.6.x | 安装php5.6.x | ||
<code bash> | <code bash> | ||
- | yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof | + | yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof |
</ | </ | ||
安装php-fpm | 安装php-fpm | ||
<code bash> | <code bash> | ||
- | yum install --enablerepo=remi --enablerepo=remi-php56 php-fpm | + | yum install --enablerepo=remi --enablerepo=remi-php56 php-fpm |
</ | </ | ||
行 44: | 行 44: | ||
ps -ef | grep php | ps -ef | grep php | ||
netstat -anp | grep 9000 | netstat -anp | grep 9000 | ||
+ | </ | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | / | ||
+ | / | ||
</ | </ | ||
linux/安装php56.1572436310.txt.gz · 最后更改: 2023/03/17 10:12 (外部编辑)