From: Sebastian Bergmann Date: Sun, 22 Jan 2006 21:01:51 +0000 (+0000) Subject: Fugbix typo. X-Git-Tag: php-5.1.3RC1~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4803abf07c27ee1a94c994d1c5929ee9401119fe;p=php Fugbix typo. --- diff --git a/NEWS b/NEWS index 4836e73b16..e6fdf2fb30 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.1.3 -- Chagned get_headers() to retrieve headers also from non-200 responses. (Ilia) +- Changed get_headers() to retrieve headers also from non-200 responses. (Ilia) - Changed get_headers() to use the default context. (Ilia) - Added a check for special characters in the session name. (Ilia) - Added "consumed" stream filter. (Marcus)