nlopess Sat May 7 05:09:06 2005 EDT
Modified files:
/phpdoc/en/appendices wrappers.xml
Log:
add max_redirects
http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.49&r2=1.50&ty=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.49
phpdoc/en/appendices/wrappers.xml:1.50
--- phpdoc/en/appendices/wrappers.xml:1.49 Wed Mar 2 03:42:34 2005
+++ phpdoc/en/appendices/wrappers.xml Sat May 7 05:09:04 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.49 $ -->
+<!-- $Revision: 1.50 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@@ -222,7 +222,7 @@
</para>
<para>
<table>
- <title>Context options (as of PHP 5.0.0)</title>
+ <title>Context options</title>
<tgroup cols="3">
<thead>
<row>
@@ -286,6 +286,13 @@
</entry>
<entry>&false;</entry>
</row>
+ <row>
+ <entry><literal>max_redirects</literal></entry>
+ <entry>
+ The max number of redirects to follow. Added in PHP 5.1.0.
+ </entry>
+ <entry>20</entry>
+ </row>
</tbody>
</tgroup>
</table>