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