summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikko Koppanen <mkoppanen@php.net>2009-04-11 12:46:31 +0000
committerMikko Koppanen <mkoppanen@php.net>2009-04-11 12:46:31 +0000
commitff62b87cd6b94c50fbbac88bf4129f6418efe131 (patch)
treea33da53105d4aa59f63371bc282f8ebd3158dcf3
parent3fd12260aab12ebf620ffb9c28c03e46e62547d9 (diff)
downloadphp-git-ff62b87cd6b94c50fbbac88bf4129f6418efe131.tar.gz
Added news entry about the 'n' flag
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ba7c5b7ed..a1a9050dfd 100644
--- 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)