Archive for November 5th, 2007

Apache Segmentation Fault from CakePHP 1.2 Caused by Zend Optimizer

I recently set up CakePHP 1.2 pre-beta here on my server. The fresh install was causing a Segmentation fault on load; The error_log looked like this: [Mon Nov 5 11:35:01 2007] [notice] child pid 19960 exit signal Segmentation fault (11)

The cause turned out to be the Zend Optimizer not agreeing with PHP 5. To fix the segfault, I went into my php.ini and commented out the Zend Optimizer directives.