Page 1 of 1

art's ioncube installed , but does not appear on phpinfo();

Posted: Fri May 09, 2008 7:29 am
by benji
hi, i have ioncube installed:

Code: Select all

[root@tila etc]# rpm -q php-ioncube-loader
php-ioncube-loader-3.1-2.el5.art
And i have php 5 version :

Code: Select all

[root@tila php.d]# rpm -q php
php-5.2.5-4.el5.art
[root@tila etc]# php --version
PHP 5.2.5 (cli) (built: Jan 19 2008 12:46:50)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
And when i do a phpinfo() from a php page, ioncube does not appear anywere in the info.

Also i've checked out the dir: /etc/php.d/, and does not appear any confing for ioncube...

Code: Select all

[root@tila php.d]# ls
dbase.ini  json.ini      mysql.ini      pdo_sqlite.ini  xsl.ini
dom.ini    mbstring.ini  pdo.ini        pgsql.ini       zip.ini
gd.ini     mssql.ini     pdo_mysql.ini  xmlreader.ini
imap.ini   mysqli.ini    pdo_pgsql.ini  xmlwriter.ini
what's wrong? what should i do to make ioncube load... i need it for a joomla component

Thanks ! :)

Posted: Fri May 09, 2008 8:16 am
by Highland
Does ioncube show up in your /etc/php.ini file?

Posted: Fri May 09, 2008 9:04 am
by scott
the rpm should have created /etc/php.d/ioncube.ini

try removing it and reinstalling, let me know if you get any errors when you do.

Posted: Tue May 13, 2008 7:28 am
by benji
Thanks SCOTT, reinstalling the package solved the problem

Code: Select all

rpm -e php-ioncube-loader

yum install php-ioncube-loader

/sbin/service httpd reload
:)