From: Christoph M. Becker Date: Mon, 19 Aug 2019 17:58:20 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Tag: php-7.4.0beta4~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3775d47eee38f3b34f800a0b23f840ec7a94e4c7;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78220: Can't access OneDrive folder --- 3775d47eee38f3b34f800a0b23f840ec7a94e4c7 diff --cc NEWS index 5a04cda676,c07743ed1a..1d8f32b966 --- a/NEWS +++ b/NEWS @@@ -1,39 -1,27 +1,40 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.10 +?? ??? ????, PHP 7.4.0beta3 - Core: + . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab) - . Fixed bug #77922 (Double release of doc comment on inherited shadow - property). (Nikita) + . 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