From: Pierrick Charron Date: Thu, 28 Jul 2016 03:54:45 +0000 (-0400) Subject: Add new curl functions in UPGRADING X-Git-Tag: php-7.1.0beta2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=942d6c14d26fa0337e1a0826c11b643262f69941;p=php Add new curl functions in UPGRADING --- diff --git a/UPGRADING b/UPGRADING index 553b43fb11..ad9bde5fbd 100644 --- a/UPGRADING +++ b/UPGRADING @@ -157,6 +157,12 @@ PHP 7.1 UPGRADE NOTES . Added sapi_windows_cp_set(), sapi_windows_cp_get(), sapi_windows_cp_is_utf8(), sapi_windows_cp_conv() for codepage handling. +- cURL: + . Added curl_multi_errno() and curl_share_errno() to return the last error + number of curl_multi and curl_share resources. + . Added curl_share_strerror() to convert error code to error message text + describing the error. + - pcntl: . Added pcntl_signal_get_handler() that returns the current signal handler for a particular signal.