View Full Version : php zend?
cursed
04-18-2007, 03:42 AM
When I go to phpinfo() using a php file, I get (a section) are:
zend.ze1_compatibility_mode Off
Does this mean that zend isn't installed, or does it mean that its not enabled? And if its not enabled, how can I enable it?
thetestingsite
04-18-2007, 03:48 AM
This:
zend.ze1_compatibility_mode Off
means that zend compatibility mode is turned off (or disabled) in your php.ini file. To re-enable it, you need to go into your php.ini file and change "Off" to "On". If you do not run your server, you will need to talk to your webhost about this.
Hope this helps.
codeexploiter
04-18-2007, 03:55 AM
To know more about zend.ze1_compatibility_mode have a look at this (http://devzone.zend.com/manual/view/page/ini.core.html#ini.zend.ze1-compatibility-mode)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.