Upgrade PHP 5.5 to 5.6

JelleSch

New member
Joined
Jun 26, 2015
Messages
4
I want to update from the latest PHP 5.5 version to PHP 5.6. I use the following code to upgrade:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.5
./build php n

But i get the following error:
Code:
Wrong php5_ver value set in /usr/local/directadmin/custombuild/options.conf.

Why?
 
Correction

I mean:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.6
./build php n
 
CustomBuild 1.1 does not support PHP 5.6, please upgrade to CustomBuild 1.2 or 2.0.
 
AWS / DirectAdmin / PHP Upgrade / php 5.5 to php 5.6.31

If you encounter this issue on AWS, try increasing the instance size.
I tried this on a t2.nano instance and increased to t2.small and the installation completed successfully.

This was done with DirectAdmin installed.
Upgrade from php 5.5 to php5.6.31

Hope this helps.
 
Back
Top