Upgrading php on DirectAdmin Servers

Download the source tar.gz file from php.net and place it in "/usr/local/directadmin/customapache"

Edit the "/usr/local/directadmin/customapache/build" file and change the version of php to the version that was downloaded.

Then run:

# cd /usr/local/directadmin/customapache/
# ./build clean
# ./build update
# ./build all

Restart apache when finished.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

How to update everything possible

# Change to custombuild directory:
cd /usr/local/directadmin/custombuild
# update the build script
./build update_script
# When you edit options.conf file, run:
./build update_data
# fetch the latest versions file.
./build update
# look at what updates are available:
./build versions
./build versions_nobold | grep 'update is available.'
# update everything what's possible:
./build update_versions

Resimler

Hello
2.2.8 upgrade ?

zend optimizer install

# cd /usr/local/directadmin/customapache
# ./build clean
# ./build update
# ./build zend

Comment