Whistler reply...
It seems that I will need to install Zend to fix my problems but since I have been down this road before and not succeeded I think I should make sure that I do it right. Is the following procedure acceptable? My system is a single CPU (P4) with FC2, Plesk 7.5.2 and a complete YUM update as of yesterday.
1 - Zend Software Download
I got the Zend package from
Zend Optimizer
2 - Zend Install Script
I put the package in my '/tmp' directory and unpackaged it 'tar xzvf package'. I accepted all the default values when I run the './install.sh' script.
3 - Errors
The first error I get is at the end of the Zend script where it asks if it should restart Apache and is unable to restart it and prompts a message saying to start Apache manually. If I try to start Apache manually it fails and here is the entry in the log - PHP Fatal error: [ionCube Loader] The Loader must appear in the php.ini file before other extensions in Unknown on line 0
4 - Concerns
I am concerned that Apache will not restart at this point and with the messages at the end of the Zend install script where is states that the 'php.ini' file has been moved to a new location (/usr/local/Zend/etc) and a sym link has been placed in the old '/etc' location.
Here is the Zend portion of the php.ini -
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.7
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.7
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Any information would be greatly appreciated.