Page 1 of 1

zend optimizor urgent help needed pls

PostPosted: 03. May 2007 01:15
by jesi1801
Hi, I have to develop custom templates for a script that has been encoded in zend and ioncube
I tried to installed manually all the stuffs (apache,php,sql,zend) but it never worked i searched on various forum posted everywhere i couldn't get the solution
i tried to work with ioncube also but it doesn't work too
finally i came to install xampp but the zend optimizor again doesn't works everything is correct and set properly but it doesn't works please someone help me on this issue i need urget help
below is my php.ini configuration for zend optimizor

Code: Select all
[Zend]
zend_extension_ts = "D:\server\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts = "D:\server\xampp\php\zendOptimizer\lib\Optimizer"
zend_optimizer.enable_loader = 1
zend_optimizer.optimization_level=15
;zend_optimizer.license_path =


the phpinfo(); doesn't even shows that i zend optimizor is installed
btw i m using windows xp

PostPosted: 03. May 2007 01:58
by Wiedmann
below is my php.ini configuration for zend optimizor

This is the "php.ini" from XAMPP and PHP uses this "php.ini"?

PostPosted: 03. May 2007 02:20
by jesi1801
wt do u mean by that i don't get it
btw i have upgraded to latest version of xampp it shows that i have zend optimizer installed
with Zend Optimizer v3.2.4, Copyright (c) 1998-2007, by Zend Technologies


but still while i try to run a zend coded script it says that it needs zend optimizer not intalled
please help :cry:

PostPosted: 03. May 2007 03:11
by Wiedmann
btw i have upgraded to latest version of xampp it shows that i have zend optimizer installed

With a fresh XAMPP installation you must enable the Loader in "php.ini", before you can execute Zend encoded PHP scripts.

PostPosted: 03. May 2007 03:19
by jesi1801
i have enabled the loaders i have set the value to 1 but still i can't run the script


it is like this

Code: Select all
[Zend]
zend_extension_ts = "C:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts = "C:\xampp\php\zendOptimizer\lib\Optimizer"
zend_optimizer.enable_loader = 1
zend_optimizer.optimization_level=15
;zend_optimizer.license_path =
; Local Variables:
; tab-width: 4
; End:

PostPosted: 03. May 2007 11:26
by Wiedmann
Code: Select all
zend_optimizer.enable_loader = 1

You can verify this setting in "phpinfo()"?

PostPosted: 03. May 2007 14:04
by jesi1801
thanx alot Wiedmann,
i figure out the main problem i edited the php.ini file but that thas inside the php/ directory but i should have edit the fine inside apache directory
thanx a lot again it would have been very tough without your help
regards