1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

win32/install.txt is no more, just copy INSTALL instead

This commit is contained in:
Kalle Sommer Nielsen
2017-07-21 22:43:25 +02:00
parent 07e8bdd8c2
commit 73cc299159

View File

@@ -229,10 +229,10 @@ if(sizeof($pecl_targets)) {
$text_files = array(
"LICENSE" => "license.txt",
"NEWS" => "news.txt",
"INSTALL" => "install.txt",
"README.REDIST.BINS" => "readme-redist-bins.txt",
"php.ini-development" => "php.ini-development",
"php.ini-production" => "php.ini-production",
"win32/install.txt" => "install.txt",
"php.ini-production" => "php.ini-production"
);
foreach ($text_files as $src => $dest) {