安装pcntl以实现php多进程

pcntl 扩展包一般就在php源码的ext目录下.
cd ./ext/pcntl

/opt/server/php5/bin/phpize
./configure \
--with-php-config=/opt/server/php5/bin/php-config
make && make install

编辑php.ini文件,以配置这个扩展
extension_dir=/opt/server/php5/lib/php/extensions/no-debug-non-zts-20121212/
extension=pcntl.so
上一篇:codeforces水题100道 第十一题 Codeforces Round #143 (Div. 2) A. Team (brute force)


下一篇:字典树应用 - poj1002