PDA

View Full Version : [ubuntu] problem with ioncube loader



mzh14
November 22nd, 2011, 06:08 PM
hi
i install php and mysql and ioncube loader to run encoding
but it is not working
i didnt see any thing about ioncube when i write phpinfo()
i add this line to php.ini

zend_extension = /usr/local/lib/ioncube/ioncube_loader_lin_5.3.so

but still not working

can any body help me?

mzh14
November 23rd, 2011, 06:23 PM
nobody can help me???

raja.genupula
November 23rd, 2011, 06:36 PM
hi
i install php and mysql and ioncube loader to run encoding
but it is not working
i didnt see any thing about ioncube when i write phpinfo()
i add this line to php.ini

zend_extension = /usr/local/lib/ioncube/ioncube_loader_lin_5.3.so

but still not working

can any body help me?


I think you have to mention Quotes for that extension
i mean zend_extension="/usr/local/lib/ioncube/ioncube_loader_lin_5.3.so"

and then restart apache

sudo /etc/init.d/apache2 restart
let me know what you got.