* fix the error of windows xampp package.
This commit is contained in:
@@ -299,4 +299,4 @@ $file->copyFile($buildDir . '/ioncube_loader_win_5.3.dll', './xampp/php/ext/ionc
|
||||
$file->copyFile($buildDir . '/apache_installservice.bat', './xampp/apache_installservice.bat');
|
||||
$file->copyFile($buildDir . '/apache_uninstallservice.bat', './xampp/apache_uninstallservice.bat');
|
||||
$file->copyFile($buildDir . '/mysql_installservice.bat', './xampp/mysql_installservice.bat');
|
||||
$file->copyFile($buildDir . '/mysql_uninstallserivice.bat', './xampp/mysql_installservice.bat');
|
||||
$file->copyFile($buildDir . '/mysql_uninstallserivice.bat', './xampp/mysql_uninstallservice.bat');
|
||||
|
||||
@@ -4,7 +4,7 @@ if "%OS%" == "Windows_NT" goto WinNT
|
||||
|
||||
:Win9X
|
||||
echo Don't be stupid! Win9x don't know Services
|
||||
echo Please use apache_start.bat instead
|
||||
echo Please use mysql_start.bat instead
|
||||
goto exit
|
||||
|
||||
:WinNT
|
||||
|
||||
@@ -4,7 +4,7 @@ if "%OS%" == "Windows_NT" goto WinNT
|
||||
|
||||
:Win9X
|
||||
echo Don't be stupid! Win9x don't know Services
|
||||
echo Please use apache_stop.bat instead
|
||||
echo Please use mysql_stop.bat instead
|
||||
goto exit
|
||||
|
||||
:WinNT
|
||||
|
||||
Reference in New Issue
Block a user