Apache 2 and Zend Optimizer

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
froth
Forum Commoner
Posts: 31
Joined: Sat Jan 22, 2005 9:26 pm

Apache 2 and Zend Optimizer

Post by froth »

I want to try out the IPB demo, which is encoded with the Zend Optimizer for security. So I installed the Zend Optimizer and it went along very smoothly; autodetected all the setup paths quite accurately... but when I go to an optimizer-encoded page (/ipb/install/index.php), XP gives me a "We're sorry, but this application needs to close -- Apache 2 Web Server" and I have to manually end all the Apache.exe processes before I can restart apache.

Any ideas as to how to fix this? Oh and these are the lines that the Zend installer added to my php.ini (which is in c:\windows):

Code: Select all

zend_extension_ts="C:\Program Files\Zend\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts="C:\Program Files\Zend\lib\Optimizer-2.5.7"
zend_optimizer.optimization_level=15
Post Reply