Jump to content

help!!!


Recommended Posts

Hi,

 

I just bought a dedicated linux server with fedora core 6 on it. It comes preinstalled with php 5.1.6. I need to uninstall 5.1.6 and install 5.0.4.

The reason for needing the older version is because when i transfered my site from its current server it does not fully work ( most of the site works except it does not pull the data from the database). I was told from my ex-programmer that it was because of the version of php (something about the get call). I do not really know much about php. I have access to my root via ssh. Can someone instruct me on how to properly uninstall the 5.1.6 and then install 5.0.4.

 

I thank you.

 

Tom

Link to comment
https://forums.phpfreaks.com/topic/86972-help/
Share on other sites

Chief,

You could simply download the older PHP version, create a phpinfo.php page, copy the configure command. Extract the php version archive, cd to the folder, do

 

./configure COMMAND U COPIED

make

make install

 

And thats it...

 

Although, I'd personally look into other settings, it could be as simple as a few php.ini settings, maybe register_globals, etc is enabled / disabled on either one, safe_mode may also be enabled or disabled on either of the servers.

 

I'd explore the other options before deciding to downgrade an installation :/.... Especially when 99% of the changes between 5.x.y versions have been bug fixes and nothing that should render your code inoperable..

Link to comment
https://forums.phpfreaks.com/topic/86972-help/#findComment-444704
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.