From: Ilia Alshanetsky Date: Sun, 22 Jan 2006 18:34:12 +0000 (+0000) Subject: News about further get_headers() changes. X-Git-Tag: php-5.1.3RC1~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffe84c11a704a37d2db39c623b4647680fc9d453;p=php News about further get_headers() changes. --- diff --git a/NEWS b/NEWS index 1b8b18ab3e..6ab8b1719d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.1.3 +- Allow get_headers() to retrieve headers 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)