]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 26 Oct 2020 10:05:48 +0000 (11:05 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 26 Oct 2020 10:06:10 +0000 (11:06 +0100)
* PHP-7.4:
  Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard and ext/date

1  2 
NEWS
ext/standard/config.w32

diff --cc NEWS
index c185d60a9bbcff05d36c6c96d658917fed303f9e,a5bc03b9aba802a7cad2cbcac1e7b74256c3464b..36da98fe7ffdd114657116a202935386656c8796
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,12 -1,13 +1,14 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2020, PHP 7.4.13
 +?? ??? ????, PHP 8.0.0RC3
  
  - Core:
 +  . Fixed bug #8055 (Abstract trait methods returning "self" cannot be
 +    fulfilled by traits). (Nikita)
+   . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
+     (cmb)
  
  - IMAP:
 -  . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
    . Fixed bug #76618 (segfault on imap_reopen). (girgias)
    . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
    . Fixed minor regression caused by fixing bug #80220. (cmb)
Simple merge