View Full Version : I want to downgrade PHP
crazyloong
07-08-2009, 03:38 AM
I want to downgrade PHP from 5.2.10 to 5.2.9.
Could I complete it via CustomBuild or other ways?
Thanks.
localhost
07-08-2009, 09:08 AM
do this:
cd /usr/local/directadmin/custombuild/
perl -pi -e 's/php5:5.2.10:85753ba2909ac9fae5bca516adbda9e9/php5:5.2.9:98b647561dc664adefe296106056cf11/' versions.txt
perl -pi -e 's/php5-mail:5.2.10:9cc336429c88f720f77f14ac6a2440e7/php5-mail:5.2.9:32ba3588bcf84e673f79c8587f13c294/' versions.txt
./build php y
Cheers!
crazyloong
07-24-2009, 11:43 AM
Thanks for your help. It works.
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.