![]() |
Urgent php.ini help needed.
i have previously installed ioncube loader, but now i installed Zend optimizer so my php.ini file looks like this
zend_extension = /usr/lib64/php/modules/ZendOptimizer.so ;zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so if i comment out 2nd like httpd doesnt start., so how do i make it work with both the modules ? my one script requires ioncube loader and another needs zend optimizer am i missing something in here ?? thanks for your time., |
If you were hosting a managed host you could let your host handle this and you could focus on your sites and traffic :-)
|
zend_extension = /usr/lib64/php/modules/ZendOptimizer.so
;zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so needs to be: zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so zend_extension = /usr/lib64/php/modules/ZendOptimizer.so in that order, and ensure the source files are compilied for your OS this would be for php 5.2.x php 5.1 would need ioncobue 5.1 to match |
Quote:
Quote:
solved the issue .. i really appreciate it., thanks for your time. have a gr8 day ahead., |
Your welcome & we would enjoy having you on board.
Have a good day |
newest zend doesnt work with php 5.3 unless your scripts are encoded again with zend
|
Quote:
|
Guys from M3Server are very good.
|
All times are GMT -7. The time now is 02:05 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc