]> granicus.if.org Git - php/commitdiff
Added news entry about the 'n' flag
authorMikko Koppanen <mkoppanen@php.net>
Sat, 11 Apr 2009 12:46:31 +0000 (12:46 +0000)
committerMikko Koppanen <mkoppanen@php.net>
Sat, 11 Apr 2009 12:46:31 +0000 (12:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1ba7c5b7ed1c807aae441b3342eb007043b9d959..a1a9050dfd89d2446ba8aaa2e40c087556e94c78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? ??? 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)