diff options
author | Pierrick Charron <pierrick@php.net> | 2016-07-27 23:36:22 -0400 |
---|---|---|
committer | Pierrick Charron <pierrick@php.net> | 2016-07-27 23:36:22 -0400 |
commit | bf37b97d9cedccf01f6b1cfe9ee61102ac14e2a0 (patch) | |
tree | 843dd42a9c957725eac14809771ccb25ef0b2046 /UPGRADING | |
parent | 1b681880c148a360be6e8835ed974ad149ebf32c (diff) | |
parent | 30a5ed3a7979f1b865f6633cb16b5f3e78371df1 (diff) | |
download | php-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-- | UPGRADING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |