I have a php 5.3 script. I encoded the php5.3 script by using zend optimizer as well as zend guard 5.5. Zend guard loader is also configured in the php.ini, but still I'm getting the error that zend runtime is missing. Please give me the steps to encode the php 5.3 using zend guard 5.5 and to configure zend guard runtime.
php.ini is as follows:
[Ioncube Loader]
zend_extension = "C:\wamp\bin\php\php5.3.13\ext\ioncube_loader_win_5.3.dll"
[ZendGuard]
zend_extension="C:\wamp\bin\php\php5.3.13\ext\ZendLoader.dll"
zend_loader.enable=1
;zend_loader.disable_licensing=0
;zend_loader.obfuscation_level_support=1
[Zend]
zend_extension_manager.optimizer_ts="C:\Program Files\Zend\ZendOptimizer-3.3.0\lib\Optimizer-3.3.0"
zend_extension_ts="C:\Program Files\Zend\ZendOptimizer-3.3.0\lib\ZendExtensionManager.dll"