Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need XAMPP with PHP 5.4 version - windows [closed]

I have come across a situation where I need XAMPP with PHP 5.4 version. I will install it on windows server 2003.

May I know the repository where I can find all the older versions of xampp for windows?

Thanks!

like image 283
Danyal Sandeelo Avatar asked Jul 01 '15 08:07

Danyal Sandeelo


People also ask

Do I need to download PHP if I have XAMPP?

No, if you installed a web server (e.g. Apache) on your computer it will not include PHP. You need to install it if you need it. There are apps such as WAMP and XAMPP that will install Apache, MySQL and PHP on your computer without any hassle.

How can I download old version of XAMPP?

If you need a rollback of XAMPP, check out the app's version history on Uptodown. It includes all the file versions available to download off Uptodown for that app. Download rollbacks of XAMPP for Windows. Any version of XAMPP distributed on Uptodown is completely virus-free and free to download at no cost.

Which version of PHP is running in XAMPP?

To verify this, browse to the URL http://localhost/xampp/phpinfo.php, which displays the output of the phpinfo() command, and check the version number at the top of the page.

Does XAMPP work on Windows 7 64 bit?

Yes, it's fine. A 32 bit build will run fine on 64 bit Windows. Php and Apache don't have official supported 64 bit Windows builds, only MySql out of the three does, hence no 64 bit bundle. Thank you for your answer.


1 Answers

Table with XAMPP version and versions of Apache, MySQL and PHP

XAMPP   Apache  MySQL   PHP 5   PHP 4
1.8.3   2.4.9   5.6.16  5.5.11  
1.8.2   2.4.9   5.5.36  5.4.27  
1.8.1   2.4.3   5.5.27  5.4.7   
1.8.0   2.4.2   5.5.25a 5.4.4   
1.7.7   2.2.21  5.5.16  5.3.8   
1.7.5   2.2.21  5.5.15  5.3.8   
1.7.4   2.2.17  5.5.8   5.3.5   
1.7.3   2.2.14  5.1.41  5.3.1   
1.7.2   2.2.12  5.1.37  5.3.0   
1.7.1   2.2.11  5.1.33  5.2.9   
1.7.0   2.2.11  5.1.30  5.2.8   
1.6.8   2.2.9   5.0.67  5.2.6   4.4.9
1.6.7   2.2.9   5.0.51b 5.2.6   4.4.8
1.6.6a  2.2.8   5.0.51a 5.2.5   4.4.8
1.6.6   2.2.8   5.0.51  5.2.5   4.4.8 (RC2)
1.6.5   2.2.6   5.0.51  5.2.5   4.4.7
1.6.4   2.2.6   5.0.45  5.2.4   4.4.7
1.6.3a  2.2.4   5.0.45  5.2.3   4.4.7
1.6.3   2.2.4   5.0.54  5.2.3   4.4.7
1.6.2   2.2.4   5.0.41  5.2.2   4.4.7
1.6.1   2.2.4   5.0.37  5.2.1   4.4.6
1.6.0a  2.2.4   5.0.33  5.2.1   4.4.5
1.6.0   2.2.3   5.0.33  5.2.1   4.4.5

Download Links:

https://sourceforge.mirrorservice.org/x/xa/xampp/XAMPP%20Windows/
http://www.oldapps.com/xampp.php
https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.8.0/

like image 120
Wictor Chaves Avatar answered Oct 09 '22 00:10

Wictor Chaves