From: Nikita Popov Date: Tue, 14 Apr 2020 10:00:02 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Tag: php-7.4.7RC1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef56b2c977cac5e47e0ba4960b8305078ded87be;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fixed bug #79468 --- ef56b2c977cac5e47e0ba4960b8305078ded87be diff --cc NEWS index 1c952998b0,95e520e32a..6561bf85e6 --- a/NEWS +++ b/NEWS @@@ -14,10 -14,11 +14,14 @@@ PH . Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported). (Girgias) +- SPL: + . Fixed bug #69264 (__debugInfo() ignored while extending SPL classes). (cmb) + + - Standard: + . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter + appended). (dinosaur) + -16 Apr 2020, PHP 7.3.17 +?? ??? ????, PHP 7.4.5 - Core: . Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)