PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.10
+?? ??? ????, PHP 7.4.0beta3
- Core:
- . Fixed bug #77922 (Double release of doc comment on inherited shadow
- property). (Nikita)
+ . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab)
+ . Fixed bug #78396 (Second file_put_contents in Shutdown hangs script).
+ (Nikita)
+ . Fixed bug #78406 (Broken file includes with user-defined stream filters).
+ (Nikita)
+ . Fixed bug #72530 (Use After Free in GC with Certain Destructors). (Nikita)
-- Intl:
- . Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8()
- when requested. (Sara)
+- Date:
+ . Fixed bug #78383 (Casting a DateTime to array no longer returns its
+ properties). (Nikita)
+
+- OpenSSL:
+ . Fixed bug #78391 (Assertion failure in openssl_random_pseudo_bytes).
+ (Nikita)
-29 Aug 2019, PHP 7.3.9
+- Reflection:
+ . Fixed bug #78410 (Cannot "manually" unserialize class that is final and
+ extends an internal one). (Nikita)
+
+- SPL:
+ . Fixed bug #78409 (Segfault when creating instance of ArrayIterator without
+ constructor). (Nikita)
+
+08 Aug 2019, PHP 7.4.0beta2
- Core:
- . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
+ . Fixed bug #78340 (Include of stream wrapper not reading whole file).
+ (Nikita)
+ . Fixed bug #78344 (Segmentation fault on zend_check_protected). (Nikita)
+ . Fixed bug #78356 (Array returned from ArrayAccess is incorrectly unpacked
+ as argument). (Nikita)
. Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)
- . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC
- child). (Nikita)
-
-- Curl:
- . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
- (Abyr Valg)
- Exif:
. Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and