pajoye Tue Mar 24 22:13:00 2009 UTC Modified files: /win-installer GenPHPInstaller.wxs.php Log: - new php.ini names http://cvs.php.net/viewvc.cgi/win-installer/GenPHPInstaller.wxs.php?r1=1.11&r2=1.12&diff_format=u Index: win-installer/GenPHPInstaller.wxs.php diff -u win-installer/GenPHPInstaller.wxs.php:1.11 win-installer/GenPHPInstaller.wxs.php:1.12 --- win-installer/GenPHPInstaller.wxs.php:1.11 Sun Dec 21 03:43:07 2008 +++ win-installer/GenPHPInstaller.wxs.php Tue Mar 24 22:13:00 2009 @@ -43,11 +43,11 @@ $PHPInstallerBaseWXS->save("PHPInstaller$version.wxs"); -// remove extension info from php.ini-recommended -$infile = fopen("Files/php.ini-recommended",'r'); +// remove extension info from php.ini-production +$infile = fopen("Files/php.ini-production",'r'); $outfile = fopen("Files/php.ini",'w'); if (!$outfile || !$infile) { - echo "Cannot open php.ini or php.ini-recommended\n"; + echo "Cannot open php.ini or php.ini-production\n"; exit(1); } while (!feof($infile)) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php