Page 1 of 1

where i can download xampp's source code?

PostPosted: 12. July 2012 03:43
by jameslord
[EDIT by Altrea: thread moved from the german only part of the board]

i cannot find place to download source code of xampp on sourceforge:(
so is there any svn or git repo for xampp?

Re: where i can download xampp's source code?

PostPosted: 13. July 2012 14:05
by JonB
'What' specific source code is it that you are looking for? XAMPP is actually many parts and many versions.

8)

Re: where i can download xampp's source code?

PostPosted: 13. July 2012 23:19
by hackattack142
The short answer is it is included in the download and there is not a code-specific repository (that I am aware of at least)

The Control Panel and Installer source is in the XAMPP download (see the src folder).
The various batch scripts are plaintext and can just be read in a text editor.
The modules (Apache, PHP, etc) were not modified and their source can be found at their respective sites.
The XAMPP-specific module configuration changes can be found by comparing a vanilla configuration files with the XAMPP ones.