For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2006 > cvs: phpdoc /en/reference/http/functions headers-list.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/http/functions headers-list.xml
Etienne Kneuss

2006-05-03, 7:58 am

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/phpd...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"
}

]]>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com