From: Michael Wallner Date: Thu, 16 Feb 2012 09:04:32 +0000 (+0000) Subject: NEWS for r323219 X-Git-Tag: php-5.4.0~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2942e866251a8951bd8e924bec1cb87ebe87ad16;p=php NEWS for r323219 --- diff --git a/NEWS b/NEWS index 9993fb8438..2c53ebaaa6 100644 --- 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().