summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-12-08 10:07:01 +0100
committerRemi Collet <remi@php.net>2018-12-08 10:07:01 +0100
commit431ff36f51e2117cc2b7697fd5a7dc72629e1694 (patch)
treed22e4de40f36c297cfcd6ad02781baa0519c02c4
parentda90b477c60db38ffd996a2cf7fa5579bf9dbff4 (diff)
downloadphp-git-431ff36f51e2117cc2b7697fd5a7dc72629e1694.tar.gz
missing entry for #77020
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a2bcf45713..5f6510a597 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ PHP NEWS
. Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
(cmb)
+- IMAP:
+ . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
+
- Opcache:
. Fixed bug #77215 (CFG assertion failure on multiple finalizing switch
frees in one block). (Nikita)