From: Jani Taskinen Date: Sat, 2 May 2009 18:32:45 +0000 (+0000) Subject: - Extra newlines never hurt anyone.. X-Git-Tag: php-5.3.0RC2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddebbea2189537e3a1be5b1720780477da861bd6;p=php - Extra newlines never hurt anyone.. --- diff --git a/NEWS b/NEWS index 54b9e3a066..6e46a6d869 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ PHP NEWS - Improved IMAP support (Pierre): - Added imap_gc to clear the imap cache - Added imap_utf8_to_mutf7 and imap_mutf7_to_utf8 + - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying open(2) system call. (Mikko) - Added "dechunk" filter which can decode HTTP responses with chunked @@ -123,6 +124,7 @@ PHP NEWS - Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Instant Client RPM install) (Chris Jones/Oracle Corp.) + 29 Jan 2009, PHP 5.3.0 Beta 1 - Upgraded bundled sqlite to version 3.6.10. (Scott, Ilia) @@ -218,6 +220,7 @@ PHP NEWS - Fixed bug #45820 (Allow empty keys in ArrayObject). (Etienne) - Fixed bug #45791 (json_decode() doesn't convert 0e0 to a double). (Scott) + 04 Dec 2008, PHP 5.3.0 Alpha 3 - Upgraded bundled PCRE to version 7.8. (Nuno) - Upgraded bundled sqlite to version 3.6.6.2. (Scott, Ilia)