From: Joe Watkins Date: Mon, 30 Oct 2017 06:56:08 +0000 (+0000) Subject: Merge branch 'PHP-7.2' X-Git-Tag: php-7.3.0alpha1~1159^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f844813c6091a4765cf93f5130532e7c66eec5c5;p=php Merge branch 'PHP-7.2' * PHP-7.2: Fix bug #75453 Incorrect reflection on ibase_connect and ibase_pconnect --- f844813c6091a4765cf93f5130532e7c66eec5c5 diff --cc NEWS index 4c73f1dd67,e3a0a18298..0f6e0ef3cb --- a/NEWS +++ b/NEWS @@@ -44,13 -47,61 +44,16 @@@ PH . Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead of destination). (andrewnester) + - interbase: + . Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa) + - JSON: - . Fixed bug #68567 (JSON_PARTIAL_OUTPUT_ON_ERROR can result in JSON with null - key). (Jakub Zelenka) - -- OCI8: - . Fixed valgrind issue. (Tianfang Yang) - -- Opcache: - . Fixed bug (assertion fails with extended info generated). (Laruence) - . Fixed bug (Phi sources removel). (Laruence) - . Fixed bug #75370 (Webserver hangs on valid PHP text). (Laruence) - . Fixed bug #75357 (segfault loading WordPress wp-admin). (Laruence) - . Fixed bug #75373 (Warning Internal error: wrong size calculation). (Laruence, Dmitry) - -- Openssl: - . Fixed bug #75363 (openssl_x509_parse leaks memory). (Bob) - . Fixed bug #75307 (Wrong reflection for openssl_open function). (villfa) - -- PCRE: - . Fixed bug #75207 (applied upstream patch for CVE-2016-1283). (Anatol) - -- PGSQL: - . Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()). (Sara) - -- Standard: - . Fixed bug #75221 (Argon2i always throws NUL at the end). (cmb) - -- Zlib: - . Fixed bug #75299 (Wrong reflection on inflate_init and inflate_add). (Fabien - Villepinte) - -12 Oct 2017, PHP 7.2.0RC4 + . Added JSON_THROW_ON_ERROR flag. (Andrea) -- Core - . 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 #75222 (DateInterval microseconds property always 0). (jhdxr) - -- Hash: - . Fixed Bug #75284 (sha3 is not supported on bigendian machine). (Remi) - -- Intl: - . Fixed bug #75318 (The parameter of UConverter::getAliases() is not - optional). (cmb) +- LDAP: + . Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay. + (Come) + . Added full support for sending and parsing ldap controls (Come) - litespeed: . Fixed bug #75248 (Binary directory doesn't get created when building