summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-12-18 16:29:31 +0100
committerRemi Collet <remi@php.net>2018-12-18 16:29:31 +0100
commit3245d1bb091a4a343c151fd22af68e41244c7d4a (patch)
tree2e68d0ed8cd2caab1e4235991f88c0e23f8b6b96
parent7161fe629d7449095e047b1d42c1de41e0c24a36 (diff)
downloadphp-git-3245d1bb091a4a343c151fd22af68e41244c7d4a.tar.gz
missing entry for #77020
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 829ad455f7..e0b069b853 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.