./build ioncube

bluebirdnet

Verified User
Joined
Feb 3, 2010
Messages
123
Location
Canada
I enabled ioncube and zend in options.conf.

Code:
ioncube=yes
zend=yes

Where is the ioncube .so file and where is it loaded from?

I dont see it in php.ini , if i try to load zend extension in php.ini i get errors, so where is ioncube_loader loading from?

thanks
 
There is an included directadmin only php.ini where it is located.

Code:
Additional .ini files parsed:      /usr/local/php53/lib/php.conf.d/directadmin.ini
 
I've got a new install:

CentOS 6.4 final
CustomBuild 2
php 5.5.4 (mod_ruid2)
DirectAdmin 1.44.0

ioncube=yes

./build update
./build ioncube
./build rewrite_confs

builds without error, but ioncube still not showing up in phpinfo.

I thought if I used custombuild it would install whatever it needed and modify whatever it needed, but it obviously doesn't, and I'm not sure why.

I've looked at my php.ini file and there's no reference to ioncube anywhere.

Can someone help me figure this out?

Thanks.

Jeff
 
Thanks; I somehow overlooked that :(.

I suppose based on the last post as of my reading I should go ahead and downgrade to latest PHP 5.4 release, and my understanding is that CustomBuild 2 will allow me to do so.

Is that the concensus opinion?

Jeff
 
Back
Top