downgrage php PHP 5.3.x to PHP 5.2.

Status
Not open for further replies.

jpeps

Active Member
84
2011
1
10
for my vps is linux

who do i downgrade my php 5.3.x to php 5.2
who do uninstall and reinstall
this for rapidleech and sborg to run
 
Last edited:
12 comments
Its simply, remove php53 first then re-install php52. but why you downgrade ? there are many bugs that fixed in 5.3 and its extra secure then 5.2
 
i dnt think so you can downgrage php PHP 5.3.x to PHP 5.2.
if you did you will face many problem lots of php function will be broken . Simply reinstall os then Fresh install php apache mysql ... .
 
No, PHP,MYSQL,Apache. uninstall and install doesn't means re-install OS.

i Myself a beginner. and i install 5.3.8 too many times and uninstall it and re-install 5.2, 5.1 so far.

There is no issue with any PHP applications. but make sure you first remove it. and then install and proper configure.
 
Uninstall PHP from VPS
yum remove php php-*
install php 5.2

yum install php52 php52-cli php52-devel php52-gd php52-mbstring php52-mysql php52-pdo php52-xml php52-xmlrpc php-pear

Once you’ve configured PHP. Do the following to make sure everything is ok:
php -m php -i
 
Status
Not open for further replies.
Back
Top