upgrade 5.3.19 to 5.3.28

blog

Verified User
Joined
Jan 28, 2011
Messages
131
Hi

How I can upgrade php 5.3.19 to 5.3.28 ?

I have modified php.ini after upgrade I should modify php.ini again?

How is safe upgrade process?

Thank you for your help,
Have a good Christmas
 
Are you running custombuild? If yes it's quite easy.
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions
This upgrade proces is safe and your php.ini will not be altered.
 
Are you running custombuild? If yes it's quite easy.
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions
This upgrade proces is safe and your php.ini will not be altered.

Are you running custombuild? Yes

So it upgrade to 5.3.28 and no php 5.4 ?

Thank you.
 
To upgrade from 5.3.19 to 5.3.28 you do this:

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

You don't need to modify php.ini
 
To upgrade from 5.3.19 to 5.3.28 you do this:

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

You don't need to modify php.ini

many thanks,
best regards.
 
Back
Top