PHP6 is not supported by ionCube yet. But PHP 5.3 is installed?

lightningbit

Verified User
Joined
Nov 7, 2008
Messages
35
Hi,

I'm trying to install ioncube because I4ve the need for it now

I followed the simple instructions :

Code:
./build set ioncube yes

./build ioncube

which results in the message:
PHP6 is not supported by ionCube yet

But I've PHP 5.3.10 installed, not 6 ?

bash-3.2# php -v
PHP 5.3.10 (cli) (built: Feb 14 2012 22:33:31)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
bash-3.2#

also PHPINFO() tells me 5.3.10

What am I missing?


Thanks

L.
 
Something must be miss configured in options.conf then.
 
I guess I found it ...

I in the options.conf

I noticed

Code:
php6_cgi=yes

not sure why and how that was set

I guess I just need to change that to "no", right, but not sure what the impact would be? (would it break anything?)



Code:
bash-3.2# cat options.conf
#PHP settings. default_php possible values - 4 or 5
default_php=5
[COLOR="#FF0000"][B]php5_cli=yes[/B][/COLOR]
php5_cgi=no
php4_cli=no
php4_cgi=no
php_ini=no
#Possible values - recommended or dist
php_ini_type=recommended
zend=no

#Possible values - 5.0 or 5.1 (4.1 is possible too, but it's EOL)
mysql=5.1
mysql_inst=yes
mysql_backup=yes

#Possible values - 1.3, 2.0 or 2.2
apache_ver=2.2

#Web applications
phpmyadmin=yes
atmail=yes
squirrelmail=yes
roundcube=yes

uebimiau=yes

#Mail options
mail-header-patch=yes
dovecot=yes
eximconf=yes

#FTP options
proftpd=yes

#Jailed shell
jail=no

#Custombuild options
autover=yes
bold=no
clean=no
fileserver=2
custombuild=1.2
awstats=yes
webalizer=yes
clean_old_webapps=yes
cron=yes
email=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
notifications=yes
updates=no
webapps_updates=yes
clean_old_tarballs=yes
da_autoupdate=no
[COLOR="#FF0000"][B]php5_ver=5.3[/B][/COLOR]
php6_cli=no
[COLOR="#FF0000"][B]php6_cgi=yes[/B][/COLOR]
exim=yes
cleanapache=yes
pureftpd=no
spamassassin=no
downloadserver=files.directadmin.com
ioncube=yes
clamav=no
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mailman=no
autoconf=yes
automake=yes
libtool=yes
curl=yes
secure_htaccess=no
harden-symlinks-patch=no
new_zlib=no
cloudlinux=no
cron_frequency=daily
new_xml2=no
new_pcre=no
old_apr_util=no
cagefs=no
phpmyadmin_ver=3
new_suphp=no
bash-3.2#
 
Sorry for the late reply; hopefully you've tried it by now and can tell us. If you're currently running php as an apache module it probably won't break anything.

No guarantees from me unless you hire me to do the work. :D

Jeff
 
Back
Top