]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 19 Aug 2019 17:58:20 +0000 (19:58 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 19 Aug 2019 17:58:45 +0000 (19:58 +0200)
* PHP-7.3:
  Fix #78220: Can't access OneDrive folder

1  2 
NEWS
Zend/zend_virtual_cwd.c

diff --cc NEWS
index 5a04cda6769f2442f38d04637d00dabc6445169c,c07743ed1a13169badc16b0f6922bdc50247902b..1d8f32b966b0f7d5421543360b2bc995778a7fca
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,39 -1,27 +1,40 @@@
  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
Simple merge