introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

Downgrade php version



Posted by: ben119
July 07, 2010 03:58PM
Hello,

I need to work on an existing site running on PHP 4.4.9

I don't know how to downgrade PHP 5.2.10 installed with easyphp to version 4.4.9.
I tried the "hard way", ie donwloading older version and renaming folder but apache doesn't like it and is looking for php5apache2_2.dll

Since I don't know anything about php installation, I'm lost... I have found a lot of information on how to upgrade easyphp to a newer version, but nothing for the other way...

Any information is welcomed !
Thanks
Posted by: Amour
July 08, 2010 01:49AM
"but apache doesn't like it and is looking for php5apache2_2.dll"

Into conf_files\httpd.conf, you can change that by "php4apache2.dll" but i'm not sure that it will be OK...

Also... I'm curious : why to use a very old PHP version, not supported anymore ?
Posted by: ben119
July 08, 2010 10:26AM
Hello Amour,

Many thanks for your reply !
I've tried it without success. I've also tried this: [www.devside.net]

To answer your question about the very old version of PHP, the reason why I'm trying to do that is because I want to make changes on an existing site (style sheet & graphic design only). I have installed easyphp on my PC, imported the database and so on, but the code is not interpreted... So I'm trying to match the old version of php of that site on my pc to see if it works.
Posted by: Amour
July 08, 2010 01:14PM
Maybe they use old short tags to open php code ?

You can replace all <? with <?php ;)

Also, if you really need a special version of EasyPHP or equivalent, I can try to make it... just ask me.
Posted by: Brian
April 25, 2012 01:09AM
Hi,

This is the opposite situation...Let me explain...

I have a php script which stopped working when I upgraded php to 5.3 on my local server. This was because the scripts developer added a new security feature to it. On my live server I am running php 5.2.17. Now, that's where I need to be on my local server 5.2.17. I installed easyphp 5.2.10 to try to see if that would work for my php script, and it installed ok, but had some other issues which I couldn't figure out, so I decided to try and install the 5.2.17 component from your website and I can't install it. I am getting this error message:

This directory does not contain EasyPHP.

Note: I used the default path during install, C:\Program Files\ then I also chose this: C:\Program Files\EasyPHP5.2.10

Still the same error message, and all *Seems* to be working ok as far as the server setup, no errors etc..etc..

Any advice?
Thank you
Brian