NEWS for r323219
authorMichael Wallner <mike@php.net>
Thu, 16 Feb 2012 09:04:32 +0000 (09:04 +0000)
committerMichael Wallner <mike@php.net>
Thu, 16 Feb 2012 09:04:32 +0000 (09:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9993fb8438e37813e8576cdf6e6dfc0030ce9bfc..2c53ebaaa6025ce13a58704a430895d5c66f4157 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ PHP                                                                        NEWS
     default (Stas).
   . Fixed bug #60965 (Buffer overflow on htmlspecialchars/entities with
     $double=false). (Gustavo)
+  . Fixed output layer compat function not passing along input buffer with 
+    php_output_context_pass() if the output_handler_func does not set out_str
+    (releaze3 at gmail dot com, Mike)
 
 - CGI/FastCGI SAPI
   . Fixed reinitialization of SAPI callbacks after php_module_startup().