环境
[root envirotar]# uname -a
Linux i2.6.32-431.23..el6.x86_64 # SMP Thu Jul :: UTC x86_64 x86_64 x86_64 GNU/Linux
Apache
[root@ bin]# ./httpd -v
Server version: Apache/2.4. (Unix)
Server built: Dec ::
第一次安装php-5.6.4.tar.bz2
修改好配置文件
但是重载页面就报错,apache error_log 里报错
child pid 27865 exit signal Segmentation fault (11)
参考文档 http://www.tuicool.com/articles/aE7zQjU
我把php.ini 里
zend.enable_gc = On
改为
zend.enable_gc = Off
就可以了。
第二次卸掉php-5.6.4.tar.bz2
重新安装php-5.5.15.tar.gz
没有问题。