]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2'
authorJoe Watkins <krakjoe@php.net>
Tue, 25 Jul 2017 05:59:15 +0000 (06:59 +0100)
committerJoe Watkins <krakjoe@php.net>
Tue, 25 Jul 2017 05:59:30 +0000 (06:59 +0100)
* PHP-7.2:
  Fixed finding CURL on systems with multiarch support

1  2 
NEWS

diff --cc NEWS
index 1cf313ffa7de09880f1e3891e1739091c18c69c4,d47196a3338b13903e1fc2ddb34abf5d5069163b..af8f27887e536bdf25918b62c98de0a2f5427cc7
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,23 -1,37 +1,27 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2017, PHP 7.2.0beta2
 +?? ??? ????, PHP 7.3.0alpha1
  
  - Core:
 -  . Fixed bug #74947 (Segfault in scanner on INF number). (Laruence)
 -  . Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob)
 -
 -- CLI:
 -  . Fixed bug #74979 (Interactive shell opening instead of script execution
 -    with -f flag). (Anatol)
 +  . Redesigned the old ext_skel program written in PHP, run: 
 +    'php ext_skel.php' for all options. This means there is no dependencies 
 +    thrus making it work on Windows out of the box. (Kalle)
  
 -- Mbstring:
 -  . Fixed bug #69267 (mb_strtolower fails on titlecase characters). (Nikita)
 -  . Fixed bug #71606 (Segmentation fault mb_strcut with HTML-ENTITIES encoding).
 -    (cmb)
+ - cURL:
+   . Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
+     (cebe)
 +- LDAP:
 +  . Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay. 
 +    (Come)
  
 -- MySQLi:
 -  . Fixed bug #74968 (PHP crashes when calling mysqli_result::fetch_object with
 -    an abstract class). (Anatol)
 +- Mbstring:
 +  . Fixed bug #73528 (Crash in zif_mb_send_mail). (Nikita)
  
 -- OpenSSL:
 -  . Fixed bug #74903 (openssl_pkcs7_encrypt() uses different EOL than before).
 -    (Anatol)
 +- ODBC:
 +  . Removed support for Birdstep. (Kalle)
  
  - Session:
 -  . Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
 -    with "#"). (Andrew Nester)
 -  . Fixed bug #74936 (session_cache_expire/cache_limiter/save_path() trigger a
 -    warning in read mode). (morozov)
    . Fixed bug #74941 (session fails to start after having headers sent). 
      (morozov)