]> granicus.if.org Git - php/commitdiff
- Fixed Apache2 SAPIs header handler modifying header strings.
authorMichael Wallner <mike@php.net>
Sun, 19 Mar 2006 15:18:20 +0000 (15:18 +0000)
committerMichael Wallner <mike@php.net>
Sun, 19 Mar 2006 15:18:20 +0000 (15:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4f653364141576bdc5ff61c26eb3eaca9964c37e..81339d405c19dfd27262d48b943971250608f55c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Mar 2006, PHP 5.1.3RC2
+- Fixed Apache2 SAPIs header handler modifying header strings.
 - Allowed 'auto_globals_jit' work together with 'register_argc_argv'. (Dmitry)
 - Eliminated run-time constant fetching for TRUE, FALSE and NULL. (Dmitry)
 - Fixed offset/length parameter validation in substr_compare() function. (Ilia)