vrana           Tue Dec  6 09:33:53 2005 EDT

  Modified files:              
    /phpdoc/en/appendices       wrappers.xml 
  Log:
  Meaning of max_redirects = 0 (bug #35555)
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.57&r2=1.58&ty=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.57 
phpdoc/en/appendices/wrappers.xml:1.58
--- phpdoc/en/appendices/wrappers.xml:1.57      Sun Oct  2 03:41:34 2005
+++ phpdoc/en/appendices/wrappers.xml   Tue Dec  6 09:33:50 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.57 $ -->
+<!-- $Revision: 1.58 $ -->
 <appendix id="wrappers">
  <title>List of Supported Protocols/Wrappers</title>
  <para>
@@ -343,7 +343,9 @@
       <row>
        <entry><literal>max_redirects</literal></entry>
        <entry>
-        The max number of redirects to follow. Added in PHP 5.1.0.
+        The max number of redirects to follow. Value <literal>1</literal> or
+        less means that no redirects are followed.
+        Added in PHP 5.1.0.
        </entry>
        <entry>20</entry>
       </row>

Reply via email to