diff options
author | Remi Collet <remi@php.net> | 2018-12-18 16:29:31 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2018-12-18 16:29:31 +0100 |
commit | 3245d1bb091a4a343c151fd22af68e41244c7d4a (patch) | |
tree | 2e68d0ed8cd2caab1e4235991f88c0e23f8b6b96 | |
parent | 7161fe629d7449095e047b1d42c1de41e0c24a36 (diff) | |
download | php-git-3245d1bb091a4a343c151fd22af68e41244c7d4a.tar.gz |
missing entry for #77020
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |