![DirectAdmin - Upgrade php from 5.3 to 5.4, 5.5, 5.6 - Nâng cấp php từ 5.3 lên 5.4, 5.5, 5.6](http://i.imgur.com/D5r4WLu.png)
- You should execute the following commands then to upgrade your PHP version:
- Mã: Chọn tất cả
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.4
./build php n
service httpd restart
- Check version of php after upgrade:
- Mã: Chọn tất cả
php -v