document CURLOPT_POSTREDIR

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335709 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2015-01-10 22:08:04 +00:00
parent 885a4ea108
commit d69425501f

View file

@ -619,6 +619,18 @@
<entry valign="top">
</entry>
</row>
<row>
<entry valign="top"><constant>CURLOPT_POSTREDIR</constant></entry>
<entry valign="top">
A bitmask of 1 (301 Moved Permanently), 2 (302 Found)
and 4 (303 See Other) if the HTTP POST method should be maintained
when <constant>CURLOPT_FOLLOWLOCATION</constant> is set and a
specific type of redirect occurs.
</entry>
<entry valign="top">
Added in cURL 7.19.1. Available since PHP 5.3.2.
</entry>
</row>
<row>
<entry valign="top"><constant>CURLOPT_PROTOCOLS</constant></entry>
<entry valign="top">