diff --git a/reference/curl/constants.xml b/reference/curl/constants.xml
index 4582a440cc..5c7ee06c7b 100644
--- a/reference/curl/constants.xml
+++ b/reference/curl/constants.xml
@@ -2731,6 +2731,72 @@
+
+
+ CURLPAUSE_ALL
+ (integer)
+
+
+
+ Available since PHP 5.5.0 and cURL 7.18.0.
+
+
+
+
+
+ CURLPAUSE_CONT
+ (integer)
+
+
+
+ Available since PHP 5.5.0 and cURL 7.18.0.
+
+
+
+
+
+ CURLPAUSE_RECV
+ (integer)
+
+
+
+ Available since PHP 5.5.0 and cURL 7.18.0.
+
+
+
+
+
+ CURLPAUSE_RECV_CONT
+ (integer)
+
+
+
+ Available since PHP 5.5.0 and cURL 7.18.0.
+
+
+
+
+
+ CURLPAUSE_SEND
+ (integer)
+
+
+
+ Available since PHP 5.5.0 and cURL 7.18.0.
+
+
+
+
+
+ CURLPAUSE_SEND_CONT
+ (integer)
+
+
+
+ Available since PHP 5.5.0 and cURL 7.18.0.
+
+
+