]> granicus.if.org Git - php/commitdiff
Add new curl functions in UPGRADING
authorPierrick Charron <pierrick@php.net>
Thu, 28 Jul 2016 03:54:45 +0000 (23:54 -0400)
committerPierrick Charron <pierrick@php.net>
Thu, 28 Jul 2016 03:54:45 +0000 (23:54 -0400)
UPGRADING

index 553b43fb11a338bd0e594958d5225c85a76f98dc..ad9bde5fbd42ad43c1fc5658c86babc1f277e2f0 100644 (file)
--- 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.