php php-5.6.4.tar.bz2 apache 兼容问题 child pid 27858 exit signal Segmentation fault

环境

[root envirotar]# uname -a
Linux i2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Apache 

[root@ bin]# ./httpd -v
Server version: Apache/2.4.10 (Unix)
Server built:   Dec 30 2014 10:31:54

 

第一次安装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

没有问题。

 

posted @ 2014-12-31 15:47  tacg  阅读(755)  评论(0编辑  收藏  举报