From d69425501f5e368f1156c24f1d06ccf091a002a2 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 10 Jan 2015 22:08:04 +0000 Subject: [PATCH] document CURLOPT_POSTREDIR git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335709 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 705efb9cb7..c6c037f9a1 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -619,6 +619,18 @@ + + CURLOPT_POSTREDIR + + A bitmask of 1 (301 Moved Permanently), 2 (302 Found) + and 4 (303 See Other) if the HTTP POST method should be maintained + when CURLOPT_FOLLOWLOCATION is set and a + specific type of redirect occurs. + + + Added in cURL 7.19.1. Available since PHP 5.3.2. + + CURLOPT_PROTOCOLS