how to update php4.3.3 to php5.0.3

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

how to update php4.3.3 to php5.0.3

Post by navid »

Hi all dear
I will change may php & mysql on my server
now the php version is 4.3.3 & mysql version is 3.23.49

I will update php to php version 5.0.3 & update mysql to version 4.1.7

my web server is apachi & my operating system is windows
please guide me .
thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

follow the install instructions for each one. Remember to uninstall the older ones first and backup your entire database in SQL form, just in case.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

feyd wrote:follow the install instructions for each one. Remember to uninstall the older ones first and backup your entire database in SQL form, just in case.
Also keep a copy of your php.ini
Post Reply