diff --git a/reference/curl/constants.xml b/reference/curl/constants.xml
index 5c7ee06c7b..295e7baa97 100644
--- a/reference/curl/constants.xml
+++ b/reference/curl/constants.xml
@@ -833,7 +833,7 @@
-
+ Removed in PHP 5.6.0.
@@ -1273,7 +1273,7 @@
-
+ Removed in PHP 5.6.0.
@@ -1284,7 +1284,7 @@
-
+ Removed in PHP 5.6.0.
@@ -1295,7 +1295,7 @@
-
+ Removed in PHP 5.6.0.
@@ -1306,7 +1306,7 @@
-
+ Removed in PHP 5.6.0.
@@ -1317,7 +1317,7 @@
-
+ Removed in PHP 5.6.0.
diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml
index 97b550f61b..3deebe9fc6 100644
--- a/reference/curl/functions/curl-setopt.xml
+++ b/reference/curl/functions/curl-setopt.xml
@@ -439,13 +439,16 @@
CURLOPT_CLOSEPOLICY
- Either
- CURLCLOSEPOLICY_LEAST_RECENTLY_USED or
- CURLCLOSEPOLICY_OLDEST.
- There are three other CURLCLOSEPOLICY_
- constants, but cURL does not support them yet.
+ One of the CURLCLOSEPOLICY_* values.
+
+
+ This option is deprecated, as it was never implemented in cURL and
+ never had any effect.
+
+
+ Removed in PHP 5.6.0.
@@ -1423,6 +1426,12 @@
+
+ 5.6.0
+
+ Removed CURLOPT_CLOSEPOLICY and associated values.
+
+
5.5.0