Ioncube Loader Installation

Linux (x86) for 32-bit OS and Linux (x86-64) for 64-bit OS.
 
uname -a :) Or, if you have /usr/lib64 directory - you system is 64-bit.
 
when i place line as below:

zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so

it will show httpd stopped. may i know why like that?

if i add
zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.3.so
it have nothing happen, when i check from phpinfo, it doesnt have ioncube installed. :(
 
Last edited:
from phpinfo() it is PHP Version 5.2.5
 

Attachments

  • ion.PNG
    ion.PNG
    13.2 KB · Views: 304
Then you must use "zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so", add this line after "End:".
 
i have do like the printscreen..

but when i check from phpinfo, i not found there is ioncube installed.

:(
 

Attachments

  • ioncube.PNG
    ioncube.PNG
    12.7 KB · Views: 306
Not 5.3, but 5.2. And you should see it in "php -v", and I told you to add it after "End:", not after zend optimizer.
 
Back
Top