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