From 047074009c35dded7b895bc7b4cfa07eb328fed2 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 27 Feb 2014 10:42:40 +0000 Subject: [PATCH] Add CURLPAUSE_* constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332895 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/constants.xml | 66 ++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) 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. + + +