upgrade php 5.3.1

groomy

Verified User
Joined
Dec 16, 2011
Messages
261
Location
AUGNY (France)
Hi, i have a server with centos5.8 and with DA and installatron for use Joomla 3 it is obligation to have minimum php 5.3.1 and after a yum update php and ./build versions, i do not have a new version to php ?
Please help me for update php version.
Thanks

Massage with installatron :
php-version-minimum v5.3.1 (detected: v5.2.17)
 
Last edited:
I search and i look this code and it's good, thanks smtalk
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.3
./build php n
or
Code:
./build set php5_ver 5.4

Juste after i restart directadmin
Code:
/etc/init.d/directadmin restart
 
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.3
./build php n

i think that the code should be like this
cd /usr/local/directadmin/custombuild
./build set php5_ver 5.4
./build update
./build php n
the the update command need to come after the set command so that the new package could be download rest all ok
 
Last edited:
Back
Top