我安装了eAccelerator,如果我在extension="eaccelerator.so"中取消注释并重新启动Apache,如果失败的话,在error.log中。
eAccelerator: shmmax应该至少为2MB
如果我设置了eaccelerator.shm_max="4M",它甚至不工作,如果我设置它,所以eaccelerator.shm_max="0",它也不工作。每次提到的错误我都会得到。我正在使用PHP5.2.4和(最新的) eAccelerator 0.9.6.1。有什么问题吗?
发布于 2013-11-04 19:09:22
A:检查可用的空间
/tmp/e加速器/
B:尝试增加shm_max @ php.ini
eaccelerator.shm_max="0“
从0到2或4
C:试着卸载EAccelerator
/script/phpextensionmgr卸载EAccelerator
https://stackoverflow.com/questions/4576487
复制相似问题