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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user