pajoye Mon Jun 23 11:44:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/build confutils.js Log: - use stdout for MESSAGE (thx Steph) http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.60.2.1.2.8.2.16&r2=1.60.2.1.2.8.2.17&diff_format=u Index: php-src/win32/build/confutils.js diff -u php-src/win32/build/confutils.js:1.60.2.1.2.8.2.16 php-src/win32/build/confutils.js:1.60.2.1.2.8.2.17 --- php-src/win32/build/confutils.js:1.60.2.1.2.8.2.16 Mon Jun 23 08:11:31 2008 +++ php-src/win32/build/confutils.js Mon Jun 23 11:44:21 2008 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -// $Id: confutils.js,v 1.60.2.1.2.8.2.16 2008/06/23 08:11:31 pajoye Exp $ +// $Id: confutils.js,v 1.60.2.1.2.8.2.17 2008/06/23 11:44:21 pajoye Exp $ var STDOUT = WScript.StdOut; var STDERR = WScript.StdErr; @@ -1562,7 +1562,7 @@ function MESSAGE(msg) { - STDERR.WriteLine("" + msg); + STDOUT.WriteLine("" + msg); } function ERROR(msg)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php