How to update my PHP to the latest version please ?

FileSick

Verified User
Joined
Oct 5, 2013
Messages
104
hello

i'm running centos 6 server and my current php version is "PHP Version 5.3.29" so i need to update it to the latest version so could you please post the commands that i'm going to need to update it please ?

waiting for your respond
 
Please post the output of:
Code:
cd /usr/local/directadmin/custombuild
./build version
 
thank you so much for your respond and help

Code:
mail-header-patch=yes is set in the options.conf, but is not required with this php version.
To enable the X-Mail header, set mail.add_x_header to 1 in your php.ini
1.1.44

waiting for your respond
 
Do the following to upgrade to 5.6:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.4
./build php n

PHP 5.5/5.6 are not supported by CustomBuild 1.1.
 
thank you so much for your help and time everything went smoothly

you are the best

have a great day
 
Back
Top