how to update Php 5.2.17 to php5.x.x

groomy

Verified User
Joined
Dec 16, 2011
Messages
261
Location
AUGNY (France)
Hi,
i have custombuild and i want to update php in a new version, not the last a another.
What is the command in ssh for update and apgrade ?
Thanks
 
You will PHP upgrade to PHP 5.3.11? Isn't it?

Code:
cd /usr/local/directadmin/custombuild/
./build set php5_ver 5.3
./build clean
./build update
./build php n
./build pcre
/sbin/service httpd restart
 
Last edited:
Back
Top