summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-26 11:04:57 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-26 11:05:22 +0100
commit8b59e4e8972629d59a1f29d0a371cf68bf7087f2 (patch)
treec34adeac492866526c74d4c759fdd62afa16b48c /NEWS
parent2e84f4d16adf41e3f9e777578af78e9dc374fc12 (diff)
parent2be27074b6e165d8d3e282150d02aa8abfcfec5e (diff)
downloadphp-git-8b59e4e8972629d59a1f29d0a371cf68bf7087f2.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard and ext/date
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67e9240fa5..a5bc03b9ab 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2020, PHP 7.4.13
+- Core:
+ . 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)