#### Installer PHP 1.5 ####
#### Author: Kay Vogelgesang & Carsten Wiedmann for www.apachefriends.org 2005 ####
list($partition, $nonpartition) = preg_split ("/:/", $curdir); //Fix by Wiedmann
$partwampp = substr(realpath(__FILE__), 0, strrpos(dirname(realpath(__FILE__)), '\\'));
$awkpart = str_replace("&", "\\\\&", eregi_replace ("\\\\", "\\\\", $partwampp)); //Fix by Wiedmann
$awkpartslash = str_replace("&", "\\\\&", ereg_replace ("\\\\", "/", $partwampp)); //Fix by Wiedmann
$dir = ereg_replace("\\\\", "/", $partwampp);
$ppartition = "$partition:";
/// I need the install.sys + update.sys for more xampp informations
$installsys = "install.sys";
$installsysroot = $partwampp."\install\\".$installsys;
/// Some addon|update.sys files
$perlupdatesys = "perlupdate.sys";
$pythonupdatesys = "pythonupdate.sys";
$serverupdatesys = "serverupdate.sys";
$utilsupdatesys = "utilsupdate.sys";
$javaupdatesys = "javaupdate.sys";
$otherupdatesys = "otherupdate.sys";
/// XAMPP main directrory is ...
$substit = "\\\\\\\\xampp";
$substitslash = "/xampp";
$awkexe = ".\install\awk.exe";
$awk = ".\install\config.awk";
$awknewdir = "\"".$awkpart."\"";
$awkslashdir = "\"".$awkpartslash."\"";
if (file_exists("$partwampp\htdocs\\xampp\.version")) {