diff --git a/reference/curl/configure.xml b/reference/curl/configure.xml index bd29e54ea2..fcd7884f7a 100644 --- a/reference/curl/configure.xml +++ b/reference/curl/configure.xml @@ -12,6 +12,7 @@ libcurl.a located in the lib directory. Beginning with PHP 4.3.0 you can configure PHP to use cURL for URL streams . + This feature was moved to PECL as of PHP 5.5.0. Note to Win32 Users diff --git a/reference/curl/constants.xml b/reference/curl/constants.xml index 4036165348..94e99d392c 100644 --- a/reference/curl/constants.xml +++ b/reference/curl/constants.xml @@ -3186,6 +3186,19 @@ + + + CURL_WRAPPERS_ENABLED + (integer) + + + + Defined if PHP was configured with + . + Moved to PECL in PHP 5.5.0. + + +