From: Christoph M. Becker Date: Mon, 12 Nov 2018 22:21:04 +0000 (+0100) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.3.0RC6~17^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77646d2fd939e9d6af1a8a47f8550b3f680d1456;p=php Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #77141: Signedness issue in SOAP when precision=-1 --- 77646d2fd939e9d6af1a8a47f8550b3f680d1456 diff --cc NEWS index 090be982a7,a31a6fa4f2..14447cb2a4 --- a/NEWS +++ b/NEWS @@@ -12,18 -8,14 +12,19 @@@ PH - Opcache: . Fixed bug #77058 (Type inference in opcache causes side effects). (Nikita) + . Fixed bug #77092 (array_diff_key() - segmentation fault). (Nikita) - SOAP: + . Fixed bug #50675 (SoapClient can't handle object references correctly). + (Cameron Porter) . Fixed bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault). (cmb) + . Fixed bug #77141 (Signedness issue in SOAP when precision=-1). (cmb) -08 Nov 2018, PHP 7.1.24 +08 Nov 2018, PHP 7.2.12 - Core: + . Fixed bug #76846 (Segfault in shutdown function after memory limit error). + (Nikita) . Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita) . Fixed bug #77035 (The phpize and ./configure create redundant .deps file). (Peter Kokot)