aopen wrote:I want to upgrade from PHP 5.0.2 to PHP 5.2.3.
Any information how it should be done would be helpful.
Thanks
You dont say if you are on Linux or Windows.
At least with windows, it is not difficult.
I suggest you download PHP 5.2.4, the latest.
I use without installer:
Windows Binaries
* PHP 5.2.4 zip package [9,702Kb] - 30 August 2007
When I upgrade on my Windows, I backup my 'php.ini'
I rename the old /php/ folder to something else
( just for safety backup, until I know the new works )
After download of new PHP zip I unzip and put it where the old was: /php/
Then I put a copy of my old 'php.ini' in this new /php/
Usually I do not have to edit anything in 'php.ini'.
Then restart my server.
What you may control, is that you have all the extensions modules you are using
in your new /php/ext/
If you havent, you will get errors from server, usually.
And you may have to download module, or copy from old /php/ext
Good Luck!
🙂