]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2'
authorJoe <krakjoe@php.net>
Thu, 8 Feb 2018 09:51:20 +0000 (10:51 +0100)
committerJoe <krakjoe@php.net>
Thu, 8 Feb 2018 09:51:47 +0000 (10:51 +0100)
* PHP-7.2:
  Fixes bug #75871 Use pkg-config for libxml2 if available

1  2 
NEWS
acinclude.m4

diff --cc NEWS
index e6c0eae1bfd6410efa1af07e70bb3c70ea6d0fb3,d5820fba5213221ea63f58b7e2935003d98338d5..21754cd0836750d0ffaecf27cd90ebf1e36e8603
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -70,15 -520,56 +70,17 @@@ PH
  - interbase:
    . Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
  
 -- Mysqli:
 -  . Fixed bug #75434 (Wrong reflection for mysqli_fetch_all function). (Fabien
 -    Villepinte)
 -
 -- OCI8:
 -  . Fixed valgrind issue. (Tianfang Yang)
 -
 -- OpenSSL:
 -  . Fixed bug #75363 (openssl_x509_parse leaks memory). (Bob, Jakub Zelenka)
 -  . Fixed bug #75307 (Wrong reflection for openssl_open function). (villfa)
 -
 -- Opcache:
 -  . Fixed bug #75373 (Warning Internal error: wrong size calculation). (Laruence, Dmitry)
 -
 -- PGSQL:
 -  . Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()). (Sara)
 -
 -- SOAP:
 -  . Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)
 -
 -- Zlib:
 -  . Fixed bug #75299 (Wrong reflection on inflate_init and inflate_add). (Fabien
 -    Villepinte)
 -
 -26 Oct 2017, PHP 7.1.11
 -
 -- Core:
 -  . Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
 -    (Laruence)
 -  . Fixed bug #75236 (infinite loop when printing an error-message). (Andrea)
 -  . Fixed bug #75252 (Incorrect token formatting on two parse errors in one
 -    request). (Nikita)
 -  . Fixed bug #75220 (Segfault when calling is_callable on parent). 
 -    (andrewnester)
 -  . Fixed bug #75290 (debug info of Closures of internal functions contain
 -    garbage argument names). (Andrea)
 -
 -- Apache2Handler:
 -  . Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in
 -    apache2handler). (mcarbonneaux)
 -
 -- Date:
 -  . Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()). (Derick)
 +- JSON:
 +  . Added JSON_THROW_ON_ERROR flag. (Andrea)
  
 -- Hash:
 -  . Fixed bug #75303 (sha3 hangs on bigendian). (Remi)
 +- LDAP:
 +  . Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay. 
 +    (Come)
 +  . Added full support for sending and parsing ldap controls (Come)
 +  . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
  
 -- Intl:
 -  . Fixed bug #75318 (The parameter of UConverter::getAliases() is not
 -    optional). (cmb)
++- libxml2:
++  . Fixed bug #75871 (use pkg-config where available). (pmmaga)
  
  - litespeed:
    . Fixed bug #75248 (Binary directory doesn't get created when building 
diff --cc acinclude.m4
Simple merge