PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.11
+?? ??? ????, PHP 7.4.0RC4
+
- - Core:
- . Fixed bug #78620 (Out of memory error). (cmb)
-
+- Pcntl:
+ . Fixed bug #77335 (PHP is preventing SIGALRM from specifying SA_RESTART).
+ (Nikita)
+
+- SimpleXML:
+ . Fixed bug #75245 (Don't set content of elements with only whitespaces).
+ (eriklundin)
+
+03 Oct 2019, PHP 7.4.0RC3
- Core:
- . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
- (bugreportuser)
+ . Fixed bug #78604 (token_get_all() does not properly tokenize FOO<?php with
+ short_open_tag=0). (Nikita)
-- Exif :
- . Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)
- (Kalle)
+- FFI:
+ . Fixed bug #78543 (is_callable() on FFI\CData throws Exception). (cmb)
-- FPM:
- . Fixed bug #78413 (request_terminate_timeout does not take effect after
- fastcgi_finish_request). (Sergei Turchanov)
+- GMP:
+ . Fixed bug #78574 (broken shared build). (Remi)
- MBString:
. Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).