* add two dll file for apache in xampp.

This commit is contained in:
wangyidong
2012-12-04 05:32:18 +00:00
parent 5065ba7ef5
commit 9087f1b6ca

View File

@@ -86,6 +86,8 @@ $file->copyFile('./xampp/apache/binold/zlib1.dll', './xampp/apache/bin/z
$file->copyFile('./xampp/apache/binold/pv.exe', './xampp/apache/bin/pv.exe');
$file->copyFile('./xampp/apache/binold/libeay32.dll', './xampp/apache/bin/libeay32.dll');
$file->copyFile('./xampp/apache/binold/ssleay32.dll', './xampp/apache/bin/ssleay32.dll');
$file->copyFile('./xampp/apache/binold/pcre.dll', './xampp/apache/bin/pcre.dll');
$file->copyFile('./xampp/apache/binold/msvcr100.dll', './xampp/apache/bin/msvcr100.dll');
$file->removeDir('./xampp/apache/binold');
/* Process the apache's config file. */