查看完整版本: 如何安裝 Install php-pcntl on Centos 6


bruceman 2014-4-2 17:29

如何安裝 Install php-pcntl on Centos 6

CentOS 6.x 64Bit 預設沒有安裝 php-pcntl 的Module...需要手動安裝<br><br>Download your php complete source version(should be precise version number) first<br>link is : <a href="http://www.php.net/releases/" target="_blank">http://www.php.net/releases/</a><br>check by phpinfo() to know your php version<br>---------------------------------------------------<br>extract your tar<br>you will got folder name like php5-x.x.x<br>---------------------------------------------------<br>run following lines in terminal<br><br>cd php5-x.x.x/ext/pcntl<br>phpize<br>./configure<br>make<br>cp modules/pcntl.so /usr/lib64/php/modules/<br>echo "extension=pcntl.so" &gt; /etc/php.d/pcntl.ini<br>service httpd restart<br><br>這樣就可以囉~~
頁: [1]
查看完整版本: 如何安裝 Install php-pcntl on Centos 6