Sure PHP has been installed properly? All sites running on the server having issues?
Mar 2, 2015
4
Level 1
OPcache issues
Hey,
Seem to be having an issue with OPcache and Laravel 5 in my production environment. In short, the application just dies with nothing being written in the access_log, error_log or application log files but zend_mm_heap corrupted being written to the top level apache error_log.
I can resolve this by disabling OPcache with
php_flag opcache.enable Off
in the .htaccess flag but I'm not sure that this should really be necessary.
Any one come across this before?
Thanks
Simon
Level 1
Just as a closing note for anyone stumbling across this. It was indeed a PHP/OPcache issue and updating the software versions to 5.5.22 and OPCache 7.0.4-dev resolves the segmentation issues.
Please or to participate in this conversation.