installing php5 and php6

santovito

Verified User
Joined
Nov 23, 2008
Messages
144
I would install the php5 in CGI MODE (as default) and php6 in CGI MODE but custombuild install only the php5 and not the php6. why?

my options.conf is:

#PHP settings. default_php possible values - 4 or 5
default_php=5
php4_cli=no
php4_cgi=no
php5_cli=no
php5_cgi=yes
zend=yes

#Possible values - 4.1, 5.0
mysql=5.0
mysql_inst=no
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
exim=yes
mail-header-patch=yes
dovecot=yes

#Statistics
awstats=no
webalizer=yes

#FTP options
proftpd=yes

#Jailed shell (beta)
jail=yes


#CustomBuild options
custombuild=1.2
autover=yes
bold=yes
clean=yes
clean_old_webapps=no

#Cron settings
cron=yes
[email protected]
notifications=yes
updates=yes

#CustomBuild 1.2 settings
php6_cli=no
php6_cgi=yes
php_ini=yes
#Possible values - recommended or dist
php_ini_type=recommended
cleanapache=no
fileserver=2
eximconf=yes

sorry for my English.

Vito
 
Last edited:
"CustomBuild 1.2 settings" means you need CustomBuild 1.2.
 
Yes, or just set 1.2 in your options.conf and run "./build update".
 
Back
Top