From: Pierre Joye Date: Wed, 27 Jan 2010 10:39:23 +0000 (+0000) Subject: - attempt to be more clear X-Git-Tag: php-5.4.0alpha1~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcd53bdfffffc076eb6f6ddaff2957f9a0470e13;p=php - attempt to be more clear --- diff --git a/NEWS b/NEWS index 4b9cc072d0..8d98432988 100644 --- a/NEWS +++ b/NEWS @@ -19,8 +19,8 @@ PHP NEWS (Pierre) - Fixed possible bad behavior of rename on windows when used with symbolic links or invalid paths. (Pierre) -- Fixed stderr output of errors messages on windows, it is now print out - synchronously as on most unix platforms. (Pierre) +- Remove output buffering for error messages sent through stderr on + Windows. (Pierre) - Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored). (Ilia)