From: foobar Date: Sun, 22 Jan 2006 18:47:36 +0000 (+0000) Subject: fix news X-Git-Tag: php-5.1.3RC1~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4295ed864e853845abee83eb5d2ab8f59497068;p=php fix news --- diff --git a/NEWS b/NEWS index 6ab8b1719d..4836e73b16 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.1.3 -- Allow get_headers() to retrieve headers from non-200 responses. (Ilia) +- Chagned 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)