jani Sat May 2 18:32:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: - Extra newlines never hurt anyone.. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.573&r2=1.2027.2.547.2.965.2.574&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.573 php-src/NEWS:1.2027.2.547.2.965.2.574 --- php-src/NEWS:1.2027.2.547.2.965.2.573 Sat May 2 18:06:04 2009 +++ php-src/NEWS Sat May 2 18:32:45 2009 @@ -9,6 +9,7 @@ - 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 @@ - 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 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php