Page 1 of 1

Prior versions of XAMPP ??

PostPosted: 29. October 2008 23:15
by Harry57
I need to run the following versions :
Apache version 2.0.52
suPHP version 5.1.6

... as I have been told by my ISP that the reason my php which runs perfectly on the more up to date releases in XAMPP, will not work on the above versions that they run :(
(Its just simple getimagesize and iptcparse so I don't know if that sounds likely to differ between these versions ?)
Is there a prior version of XAMPP for Windows Vista available with this particular combination si I can test ?
I can only see the current release 1.6.8 available for download which contains versions 2.2.9 and 5.2.6 respectively.

Thanks

PostPosted: 29. October 2008 23:37
by Sharley
SourceForge XAMPP For Windows Archive
AFAIK, suPHP is a Linux thing - XAMPP for Windows' PHP is compiled as an Apache Module.

PostPosted: 29. October 2008 23:47
by glitzi85
@Sharley: I think he is talking about PHP, not suPHP (as the latest Version of suPHP is 0.6.3).

@Harry57:

XAMPP 1.4.11 was the last build with Apache 2.0.52
XAMPP 1.5.4 was the first build with PHP 5.1.6

so there will be no chance to download the right Package for you.

You can Download Apache and PHP separately and install it on your own. Follow the instructions here: http://www.php.net/manual/en/install.wi ... pache2.php

glitzi