Hello. There is a Windows machine, with a web server raised on it. I just can't get Zend Optimizer to work on it for php 5.3 installed

I downloaded the launcher from Zend Technologies website to launch Zend php 5.3. I registered the path and the launch string in php.ini ... and I can not understand what is wrong?

zend_extension="D:\PHP\ZendLoader.dll" zend_loader.enable=1 

Maybe I just don't understand something and Zend is working? Here phpinfo: http://109.248.78.238/ Where in phpinfo should it be seen that Zend works?

    1 answer 1

    It should be like this:

    alt text

    Everything is complicated there: for PHP version 5.3. Zend Guard Loader is only for running encrypted code (it does not have Optimization Pass, only License Path and Obfuscation level), and it must be encrypted under Loader 5.3 (for this there is a special version of Zend Guard).

    Zend Server has Optimizer +, it is intended for "Bytecode acceleration", only I don’t remember, it is in version 5.2 or 5.3 ...

    Download here, there are 5.2 and 5.3 versions.

    • What a nuisance: (Although at least come back to php 5.2 :( - Alexey Nechesanov
    • No need to come back, branch 5.2 has not been supported for a year now - mantigatos