summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2016-07-27 23:36:22 -0400
committerPierrick Charron <pierrick@php.net>2016-07-27 23:36:22 -0400
commitbf37b97d9cedccf01f6b1cfe9ee61102ac14e2a0 (patch)
tree843dd42a9c957725eac14809771ccb25ef0b2046 /UPGRADING
parent1b681880c148a360be6e8835ed974ad149ebf32c (diff)
parent30a5ed3a7979f1b865f6633cb16b5f3e78371df1 (diff)
downloadphp-git-bf37b97d9cedccf01f6b1cfe9ee61102ac14e2a0.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
Conflicts: ext/curl/interface.c
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 1e73336098..6201719704 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -442,6 +442,8 @@ Other
- Curl:
. Removed support for disabling the CURLOPT_SAFE_UPLOAD option. All curl file
uploads must use the curl_file / CURLFile APIs.
+ . curl_getinfo($ch, CURLINFO_CERTINFO) returns certificate Subject and Issuer
+ as a string (PHP >= 5.6.25)
- Date:
. Removed $is_dst parameter from mktime() and gmmktime().
@@ -821,3 +823,7 @@ out, that the corresponding SDK isn't available anymore.
of aditional information with internal functions. In PHP-5 it was possible
to use zend_function.op_array.reserved[] even for internal functions, but
now we don't allocate extra space.
+
+- CURL
+ . curl_getinfo($ch, CURLINFO_CERTINFO) returns certificate Subject and Issuer
+ as a string (PHP >= 7.0.10)