Updating php edit build file

dannyman1234

Verified User
Joined
Mar 2, 2010
Messages
28
Hello,

Im trying to update my php version on the direcadmin server:
Now when I edit the build server, Please tell me WHERE i have to change the version number?? I don't see it anywhere.

THanks


Upgrading php on DirectAdmin Servers
Submitted by sandip on Fri, 09/07/2007 - 15:26. DirectAdminPHP
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
 
Back
Top