Page 1 of 1

How do i add support for ioncube encoded file

PostPosted: 19. January 2008 11:42
by ranjeetmalik
I want to add ioncube loader to work for my XAMPP installation i know how to add the support i do edited the PHP.ini but it dont work for me..

I added the following line
Code: Select all
zend_extension_ts = "C:\xampp\htdocs\ioncube\ioncube_loader_win_5.2.dll"



but this doenot work for me...apache server failed to start

than i

removed this data and added the above line and it works

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 = 0
zend_optimizer.optimization_level=15
;zend_optimizer.license_path =
; Local Variables:
; tab-width: 4
; End:


I just wanna know the above code that i have removed is for wat purpose will it cause any problem...REPLY

PostPosted: 19. January 2008 12:51
by Scory
I think, this is not the right place to ask, you should ask at ioncube or zend.