Page 1 of 1

how to change the value of zend.ze1_compatibility_mode

PostPosted: 29. February 2008 07:55
by anshul
hi i tried to find the zend.ze1_compatibility_mode in php.ini but could not find it there where can i change the value to "on"

regards
Anshul

PostPosted: 29. February 2008 11:24
by Wiedmann
where can i change the value to "on"

- In the "php.ini"
- or in the "httpd.conf"
- or in a ".htaccess"
- or in your PHP script

i tried to find the zend.ze1_compatibility_mode in php.ini but could not find it

Not all directives are predefined in the "php.ini". They are using their default value. If you want to change such a directive, just add it.