summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2012-02-16 09:04:32 +0000
committerMichael Wallner <mike@php.net>2012-02-16 09:04:32 +0000
commit2942e866251a8951bd8e924bec1cb87ebe87ad16 (patch)
tree0e5ed10d976347ac68765eb034640662d9a1cc56
parent6561d47e55f32af0bb6145781678be6f6b97dd8d (diff)
downloadphp-git-2942e866251a8951bd8e924bec1cb87ebe87ad16.tar.gz
NEWS for r323219
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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().