From: Christoph M. Becker Date: Sat, 20 Aug 2016 01:02:43 +0000 (+0200) Subject: Merge branch 'PHP-5.6' into PHP-7.0 X-Git-Tag: php-7.0.11RC1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=078f6742127c65cfbeeac4b5aa3290263367822c;p=php Merge branch 'PHP-5.6' into PHP-7.0 --- 078f6742127c65cfbeeac4b5aa3290263367822c diff --cc NEWS index 6e6edcf1e9,e1d7f04416..2726658215 --- a/NEWS +++ b/NEWS @@@ -19,14 -12,20 +19,18 @@@ PH - IMAP: . Fixed bug #72852 (imap_mail null dereference). (Anatol) + - Intl: + . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF + sequence). (cmb) + -- JSON: - . Fixed bug #72787 (json_decode reads out of bounds). (Jakub Zelenka) - -- MSSQL: - . Fixed bug #72039 (Use of uninitialised value on mssql_guid_string). (Kalle) - -- OCI8: +- 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)