水境之森 发表于 2013-1-26 20:17:42

安装pcntl扩展失败

最近需要用pcntl_fork函数跑多线程,于是考虑安装pcntl扩展。
按照网上和论坛置顶的帖子,自己编译pcntl.so成功,也在php.ini加入了 extension=pcntl.so语句,但重启lnmp以后依然没有pcntl_fork函数。
我在phpinfo里看不到相关pcntl的信息,但是从 php -m的命令里却能看到pcntl字样……

请求军哥和各位大神告知原因或正确的安装方法,谢谢!

licess 发表于 2013-1-26 20:34:07

看vpser.net 上安装模块的文章 https://www.vpser.net/manage/lnmp-php-install-ext.html

水境之森 发表于 2013-1-26 22:14:18

回复 2# 的帖子

感谢军哥回复,我就是看到了这个帖子,我特意按照帖子的方法安装了exif模块(尽管我目前不需要),是成功的。
但是我再如法炮制安装pcntl模块,期间也没有任何报错,但是重启lnmp以后,phpinfo和探针里都没有显示pcntl……

水境之森 发表于 2013-1-26 23:08:37

回复 2# 的帖子

我找到不能加载的原因了,具体在http://php.net/manual/en/function.pcntl-fork.php这里写着:

It is not possible to use the function 'pcntl_fork' when PHP is used as Apache module. You can only use pcntl_fork in CGI mode or from command-line.

Using this function will result in: 'Fatal error: Call to undefined function: pcntl_fork()'

因为我用lnmpa所以……

还是感谢军哥了。

gdong 发表于 2017-4-21 16:49:44

回复 4# 的帖子

lnmpa怎么安装pcntl,能说的详细点吗
页: [1]
查看完整版本: 安装pcntl扩展失败