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

Support/Development for PHP
benji
Forum User
Forum User
Posts: 63
Joined: Thu Mar 29, 2007 10:32 am

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

Unread post 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 ! :)
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

Unread post by Highland »

Does ioncube show up in your /etc/php.ini file?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post 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.
benji
Forum User
Forum User
Posts: 63
Joined: Thu Mar 29, 2007 10:32 am

Unread post 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
:)
Post Reply