]> granicus.if.org Git - php/commitdiff
- attempt to be more clear
authorPierre Joye <pajoye@php.net>
Wed, 27 Jan 2010 10:39:23 +0000 (10:39 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 27 Jan 2010 10:39:23 +0000 (10:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4b9cc072d03404b8febca879a9e648a4b0d56617..8d98432988d8d2fc211965c18d4bbb0e3093a95b 100644 (file)
--- 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)