From: Christoph M. Becker Date: Sun, 21 Aug 2016 15:40:45 +0000 (+0200) Subject: Merge branch 'PHP-5.6' into PHP-7.0 X-Git-Tag: php-7.0.11RC1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c68fc5392f176434ebadb80cf451498009cc62a;p=php Merge branch 'PHP-5.6' into PHP-7.0 --- 4c68fc5392f176434ebadb80cf451498009cc62a diff --cc NEWS index 9404084e49,fb5a07cfbe..7cd76808ad --- a/NEWS +++ b/NEWS @@@ -15,25 -14,18 +15,27 @@@ PH require_ssl_reuse). (Benedict Singer) - GD: + . Fixed bug #72709 (imagesetstyle() causes OOB read for empty $styles). (cmb) . Fixed bug #66005 (imagecopy does not support 1bit transparency on truecolor images). (cmb) + . Fixed bug #72913 (imagecopy() loses single-color transparency on palette + images). (cmb) -- JSON: - . Fixed bug #72787 (json_decode reads out of bounds). (Jakub Zelenka) +- IMAP: + . Fixed bug #72852 (imap_mail null dereference). (Anatol) + +- Intl: + . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF + sequence). (cmb) -- MSSQL: - . Fixed bug #72039 (Use of uninitialised value on mssql_guid_string). (Kalle) +- OCI8 + . Fixed invalid handle error with Implicit Result Sets. (Chris Jones) + . Fixed bug #72524 (Binding null values triggers ORA-24816 error). (Chris Jones) - PDO: + . Fixed bug #72788 (Invalid memory access when using persistent PDO + connection). (Keyur) + . Fixed bug #72791 (Memory leak in PDO persistent connection handling). (Keyur) . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY returns false). (cmb)