mkoppanen Sat Apr 11 12:46:32 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: Added news entry about the 'n' flag http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.555&r2=1.2027.2.547.2.965.2.556&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.555 php-src/NEWS:1.2027.2.547.2.965.2.556 --- php-src/NEWS:1.2027.2.547.2.965.2.555 Fri Apr 10 15:50:15 2009 +++ php-src/NEWS Sat Apr 11 12:46:31 2009 @@ -3,6 +3,8 @@ ?? ??? 200?, PHP 5.3.0 RC 2 - Undeprecated ticks. (Arnaud) - Upgraded bundled sqlite to version 3.6.12. (Scott) +- Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying + open(2) system call. (Mikko) - Fixed bug #47880 (crashes in call_user_func_array()). (Dmitry) - Fixed bug #47856 (stristr() converts needle to lower-case). (Ilia)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php