1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00

missing entry for #77020

This commit is contained in:
Remi Collet
2018-12-18 16:29:31 +01:00
parent 7161fe629d
commit 3245d1bb09

3
NEWS
View File

@@ -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.