colder Wed May 3 11:29:06 2006 UTC
Modified files: /phpdoc/en/reference/http/functions headers-list.xml Log: Fix #37283 (sync with a bug fixed in 5.1.3) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/http/functions/headers-list.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/http/functions/headers-list.xml diff -u phpdoc/en/reference/http/functions/headers-list.xml:1.5 phpdoc/en/reference/http/functions/headers-list.xml:1.6 --- phpdoc/en/reference/http/functions/headers-list.xml:1.5 Thu Oct 13 09:10:05 2005 +++ phpdoc/en/reference/http/functions/headers-list.xml Wed May 3 11:29:06 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id="function.headers-list"> <refnamediv> <refname>headers_list</refname> @@ -46,13 +46,13 @@ <![CDATA[ array(4) { [0]=> - string(12) "X-Powered-By" + string(23) "X-Powered-By: PHP/5.1.3" [1]=> - string(10) "Set-Cookie" + string(19) "Set-Cookie: foo=bar" [2]=> - string(13) "X-Sample-Test" + string(18) "X-Sample-Test: foo" [3]=> - string(12) "Content-type" + string(24) "Content-type: text/plain" } ]]>