From a3078f7bcb18f0c7ee875efbcfdf0346c8ac8628 Mon Sep 17 00:00:00 2001 From: JulienPauli Date: Mon, 23 Feb 2015 16:54:05 +0000 Subject: [PATCH] Updated doc for new cURL constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335981 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/constants.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/reference/curl/constants.xml b/reference/curl/constants.xml index 631dfd0d21..84990427ee 100644 --- a/reference/curl/constants.xml +++ b/reference/curl/constants.xml @@ -2874,6 +2874,28 @@ + + + CURLPROXY_SOCKS4A + (integer) + + + + Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0. + + + + + + CURLPROXY_SOCKS5_HOSTNAME + (integer) + + + + Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0. + + +