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.,
|