diff options
author | Anatol Belski <ab@php.net> | 2016-08-20 01:38:01 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-08-20 01:38:01 +0200 |
commit | a556543a3fb68fb18eeaa4d5bc58032e90e383dc (patch) | |
tree | 5c2ef84166292646d22845debc40df45bdc0137b | |
parent | a569b8816b0da373eece2b785aaaeefd3bbf32a7 (diff) | |
download | php-git-a556543a3fb68fb18eeaa4d5bc58032e90e383dc.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ PHP NEWS - GD: . Fixed bug #72709 (imagesetstyle() causes OOB read for empty $styles). (cmb) +- IMAP: + . Fixed bug #72852 (imap_mail null dereference). (Anatol) + - OCI8 . Fixed invalid handle error with Implicit Result Sets. (Chris Jones) . Fixed bug #72524 (Binding null values triggers ORA-24816 error). (Chris Jones) |