nicholas
09-08-2005, 01:44 AM
If your program or script suddenly brings up a message saying that Zend Optimizer is not Installed, or you install a Program such as Modern Bill and get a similar error message, create a file called php.ini
Edit that file and place this text in that file, please check with support when you do this because the version of Zend may have changed since this posting.
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.10
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.10
zend_optimizer.version=2.5.10
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Then upload the php.ini file to the root directory folder where your script is installed, if its Modern Bill you may need to place a php.ini file in the ORDER folder as well with the same text.
Edit that file and place this text in that file, please check with support when you do this because the version of Zend may have changed since this posting.
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.10
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.10
zend_optimizer.version=2.5.10
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Then upload the php.ini file to the root directory folder where your script is installed, if its Modern Bill you may need to place a php.ini file in the ORDER folder as well with the same text.