summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-26 11:05:48 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-26 11:06:10 +0100
commitb678df5dc8b54e0da68b0eb3bfcb9ec35e08dbff (patch)
treeaae4e1b9c45a127aa5a1a358d224ceaecfdc97c4 /NEWS
parent50d75ae05554aaabf4a036ad329d27159f483db1 (diff)
parent8b59e4e8972629d59a1f29d0a371cf68bf7087f2 (diff)
downloadphp-git-b678df5dc8b54e0da68b0eb3bfcb9ec35e08dbff.tar.gz
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard and ext/date
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c185d60a9b..36da98fe7f 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP NEWS
- 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 #76618 (segfault on imap_reopen). (girgias)