zendtech / ZendOptimizerPlus

Other
915 stars 142 forks source link

Opcache restarts PHP5-FPM thread. #130

Closed NeoTech closed 9 years ago

NeoTech commented 11 years ago

Compiled Last ZOP+ from github on a 5.3.27 dotdeb running debian box.

Server is running NGINX + PHP5-FPM, tested common distributions like Wordpress, Drupal, Opencart.. Works fine.. Tried Codeigniter, my own framework and some other frameworks that relies heavily on output buffers..

The PHP5-FPM daemon just throws a fit child restarts and a 104 error is produced in the nginx log file.. On the webpage you get a 502 gateway error. No php error is thrown its bloody hopeless to track the issue.. I have tried to disable suhosin and other "extras" but with no other result.

I hade to revert back to APC for now, but really wanna get ZOP+ working.

NeoTech commented 11 years ago

When swapping for PHP 5.4.19 it resolved it self.. strange though...