]> granicus.if.org Git - php/commitdiff
missing entry for #77020
authorRemi Collet <remi@php.net>
Tue, 18 Dec 2018 15:29:31 +0000 (16:29 +0100)
committerRemi Collet <remi@php.net>
Tue, 18 Dec 2018 15:29:31 +0000 (16:29 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 829ad455f7a53dd0e5525a69824a1c550e3c9279..e0b069b853626236f6589dbfe6c738e3bc3fd328 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,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)
+
 - OCI8:
   . Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
   . Added oci_set_call_timeout() for call timeouts.