From: Pierre Joye Date: Tue, 24 Mar 2009 22:15:46 +0000 (+0000) Subject: - new php.ini names X-Git-Tag: php-5.3.0RC2~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d177508c86274029d9e55f5a795b96faf7b2a1f;p=php - new php.ini names --- diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index f93355987e..067c25dba7 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -220,8 +220,8 @@ copy_file_list($build_dir, $pecl_dir, $pecl_targets); $text_files = array( "LICENSE" => "license.txt", "NEWS" => "news.txt", - "php.ini-dist" => "php.ini-dist", - "php.ini-recommended" => "php.ini-recommended", + "php.ini-development" => "php.ini-development", + "php.ini-production" => "php.ini-production", "win32/install.txt" => "install.txt", "win32/pws-php5cgi.reg" => "pws-php5cgi.reg", "win32/pws-php5isapi.reg" => "pws-php5isapi.reg",