From: Sara Golemon Date: Mon, 23 Oct 2017 18:56:50 +0000 (-0400) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.0RC5~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e83e187a9f2da434736ee432b0049620805115a5;p=php Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: NEWS entry for pg_close() fix --- e83e187a9f2da434736ee432b0049620805115a5 diff --cc NEWS index 273012b36a,dfcb5e585f..1efcd78e96 --- a/NEWS +++ b/NEWS @@@ -35,19 -26,15 +35,22 @@@ PH - OCI8: . Fixed valgrind issue. (Tianfang Yang) -- OpenSSL: - . Fixed bug #75363 (openssl_x509_parse leaks memory). (Bob, Jakub Zelenka) - - 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) + + - 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)