2016-01-23 132 views
0

在Centos6.5和php56中,我成功安裝了php-process(其中包括posix和pcntl擴展名)。未能安裝php進程擴展

[[email protected] etc]# yum install php56-php-process --enablerepo=remi 
Loaded plugins: security 
Setting up Install Process 
Package php56-php-process-5.6.17-1.el6.remi.x86_64 already installed and latest version 
Nothing to do 

但我就是不能用在PHP-CLI或PHP-FPM的POSIX擴展(我已經重新開始PHP-FPM,並且有在的phpinfo頁面沒有POSIX)

回答

1

我發現,百勝未能將posix.so添加到/etc/php.d/posix.ini中,而posix.so位於/opt/remi/php56/root/usr/lib64/php/modules/posix.so ...

這是因爲我同時安裝了PHP5.4和PHP5.6。

0

如果你想擴展POSIX作爲基礎包,你需要如果你想擴展POSIX作爲SCL包(並行安裝),安裝「PHP進程」

,您需要安裝php56-PHP-過程。