Page 1 of 1

diff versions of php and mysql

PostPosted: 08. February 2011 18:51
by NuttyMonk
hi all,

i'm new to xampp.

the webspace where i host my website has different (older) versions of php and mysql on their servers compared to what is included in xampp. Because of this, i get the odd error when testing my website in xampp but the errors don't appear on the real site.

can anyone offer any advice on how to get xampp to use the same versions as those on my webspace? either by me installing them myself in xampp, or by changing options in the xampp properties/setup.

cheers

NM

Re: diff versions of php and mysql

PostPosted: 09. February 2011 01:56
by Sharley
Older XAMPP versions with perhaps the same component versions that you require for testing can be found here:
SourceForge XAMPP File Repository

Re: diff versions of php and mysql

PostPosted: 09. February 2011 20:51
by BertMul
If the combinastion of versions of apache, PHP, and MySQL are in one of the older vversions of XAMPP, you are in luck.
You can still get the older versions of XAMPP from sourceforge.
http://sourceforge.net/projects/xampp/files/

But if you need a specific combination of versions, you may want to try WampServer.
That allows you to install many different versions of apache, php, and mysql, and you can just select which ones you want to use.
See http://www.wampserver.com/en/

Hope this info helps.