|
PS Would someone please look at fixing Unix27, the zend.ze1_compatibility_mode flag is no longer working. Setting mode OFF in .htaccess still results in phpinfo showing it as ON when it shouldn't be.
This only seems to effect it when placed in the .htaccess file *shrug*
If you put the following in your config.php or other global application file it should set the mode back off again correctly (tested and verified as working on one of our sites at least)
ini_set('zend.ze1_compatibility_mode',0);
Last edited by Brangwyn : 05-03-2007 at 11:37 PM.
|