怎么安装PHP的pcntl扩展模块
1个回答
展开全部
1、进入php源码包里扩展目录
[root@nginx ~]# cd ./php-5.6.7/ext/pcntl/
2、用phpize生成配置文件
[root@nginx pcntl]# phpize
[root@nginx pcntl]# ./configure
3、make && make install安装
[root@nginx no-debug-non-zts-20131226]# ls
bcmath.so gd.so opcache.a pcntl.so
calendar.so mcrypt.so opcache.so pdo_mysql.so
curl.so memcache.so openssl.so posix.so
4、php.ini配置加载pcntl.so扩展
extension=/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pcntl.so
[root@nginx ~]# cd ./php-5.6.7/ext/pcntl/
2、用phpize生成配置文件
[root@nginx pcntl]# phpize
[root@nginx pcntl]# ./configure
3、make && make install安装
[root@nginx no-debug-non-zts-20131226]# ls
bcmath.so gd.so opcache.a pcntl.so
calendar.so mcrypt.so opcache.so pdo_mysql.so
curl.so memcache.so openssl.so posix.so
4、php.ini配置加载pcntl.so扩展
extension=/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pcntl.so
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询