To upgrade PHP version 5.3 on DirectAdmin, you can follow the steps below:
SSH login your server and type following lines:
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.3
./build php n
If you get this error
Then you can do these steps
First, edit...