Hi Pierre,

pajoye Mon Jun 23 08:11:31 2008 UTC

 Modified files:              (Branch: PHP_5_3)
   /php-src/win32/build confutils.js
 Log:
 - add a MESSAGE function
[DOC] to be used instead of STDOUT in config.w32, it allows them to be redirected (like in a quiet mode)
 - add the list of enabled SAPI
 - improve the table output


+function MESSAGE(msg)
+{
+ STDERR.WriteLine("" + msg);
+}

Shouldn't that be STDOUT?

- Steph


+
function ERROR(msg)
{
 STDERR.WriteLine("ERROR: " + msg);



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to