From: Michael Wallner Date: Sun, 19 Mar 2006 15:18:20 +0000 (+0000) Subject: - Fixed Apache2 SAPIs header handler modifying header strings. X-Git-Tag: php-5.1.3RC2~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf01cff2e5a7e2f8fdf8633dc323c01375552232;p=php - Fixed Apache2 SAPIs header handler modifying header strings. --- diff --git a/NEWS b/NEWS index 4f65336414..81339d405c 100644 --- 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)