Is this still the correct way to update to PHP 5.3

bcoker

Verified User
Joined
Sep 7, 2010
Messages
55
Is this still the correct way to update to PHP 5.3? Direct Admin is latest version and running on a CentOS 5.5 machine.

Code:
cd /usr/local/directadmin/custombuild
./build set php5_ver 5.3
./build update
./build php n

Thank you!
 
Hi zEitEr.

I think it's 1.1 from what I see in the options.conf.


Code:
#CustomBuild options
custombuild=1.1
autover=no
bold=yes
clean=yes
clean_old_tarballs=no
clean_old_webapps=yes

I have not tried it yet. I thought I would ask first to avoid any known pit falls.

Thank you.
 
Last edited:
Back
Top