From 3245d1bb091a4a343c151fd22af68e41244c7d4a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2018 16:29:31 +0100 Subject: [PATCH] missing entry for #77020 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 829ad455f7a..e0b069b8536 100644 --- 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.