pcntl 扩展包一般就在php源码的ext目录下.
cd ./ext/pcntl
/opt/server/php5/bin/phpize
./configure \
--with-php-config=/opt/server/php5/bin/php-config
make amp;amp;amp;amp;amp;amp; make install
编辑php ...……
ext/iconv/.libs/iconv.o: In function `php_iconv_stream_filter_ctor':/home/king/php-5.2.13/ext/iconv/iconv.c:2491: undefined reference to `libiconv_open'collect2: ld returned 1 exit statusmake: *** [sa……
I've been coding in PHP ever since I was 13, over the years I have seen
many different coding styles and standards being used. However most of
them weren't optimised.
我从13岁就开始编写PHP代码,这些年 ...……