diff options
author | Antony Dovgal <tony2001@php.net> | 2008-01-18 07:10:21 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-01-18 07:10:21 +0000 |
commit | ff7be1407739c8e014aabfea0b180829258f6439 (patch) | |
tree | b54fffc1c7d5f8f3743b92639fd584049f4b817f | |
parent | c1fa811b5cdb08d9d7919b39c9198b856afdf0aa (diff) | |
download | php-git-ff7be1407739c8e014aabfea0b180829258f6439.tar.gz |
BFN
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,8 +8,8 @@ PHP NEWS which to group by data is specified. (Ilia) - Upgraded PCRE to version 7.5 (Nuno) -- Fixed faulty fix for bug #40189 - (endless loop in zlib.inflate stream filter) (Greg) +- Fixed faulty fix for bug #40189 (endless loop in zlib.inflate stream filter). + (Greg) - Fixed bug #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251). (phprus at gmail dot com, Tony) - Fixed bug #43793 (zlib filter is unable to auto-detect gzip/zlib file headers). @@ -30,6 +30,8 @@ PHP NEWS - Fixed bug #43533 (escapeshellarg('') returns null). (Ilia) - Fixed bug #43522 (stream_get_line() eats additional characters). (Felipe, Ilia, Tony) +- Fixed bug #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory). + (Chris) - Fixed bug #43495 (array_merge_recursive() crashes with recursive arrays). (Ilia) - Fixed bug #43498 (file_exists() on a proftpd server got SIZE not |