April 19th, 2008
WordPress and Zend compatibility
Posted by
Treg in
Tech
Never ever try to install wordpress (> 2.1 I thought) on a machine (apache2 and php5.2) with “zend.ze1_compatibility_mode = On” in the php.ini settings. This setting will make apache2 childs crash. (I suppose there is something totaly wrong with the Zend lib)
Just adjust the setting to “zend.ze1_compatibility_mode = Off”