From: Christoph M. Becker Date: Thu, 21 Nov 2019 09:02:12 +0000 (+0100) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Tag: php-7.4.7RC1~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b78ec58f0919aca0c136ad6200ab2a8742c3dadf;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78849: GD build broken with -D SIGNED_COMPARE_SLOW --- b78ec58f0919aca0c136ad6200ab2a8742c3dadf diff --cc NEWS index 0c45441aba,abedf9c09e..03132d412c --- a/NEWS +++ b/NEWS @@@ -1,17 -1,16 +1,20 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.13 + +?? ??? ????, PHP 7.4.1 - Core: - . Fixed bug #78787 (Segfault with trait overriding inherited private shadow - property). (Nikita) + . Fixed bug #78810 (RW fetches do not throw "uninitialized property" + exception). (Nikita) + - GD: + . Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb) + +- FPM: + . Fixed bug #76601 (Partially working php-fpm ater incomplete reload). + (Maksim Nikulin) + - OPcache: - . Fixed potential ASLR related invalid opline handler issues. (cmb) . Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice). (Tyson Andre)