* PHP-7.3:
Fix #78849: GD build broken with -D SIGNED_COMPARE_SLOW
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)