summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2010-05-18 07:49:15 +0000
committerMichael Wallner <mike@php.net>2010-05-18 07:49:15 +0000
commitf4994234e22b4d1b96a97068f951dd5575c39ace (patch)
tree644d4b95d9552f0f462d2b5b5114b6be5efb71cb
parenta1de9f382a338d6a8380a7aafd19771c742a100d (diff)
downloadphp-git-f4994234e22b4d1b96a97068f951dd5575c39ace.tar.gz
add missing news about backlog socket context option for stream_socket_server()
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6940c69c88..0a8680d6f4 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP NEWS
- Added stream filter support to mcrypt extension (ported from
mcrypt_filter). (Stas)
- Added full_special_chars filter to ext/filter (Rasmus)
+- Added backlock socket context option for stream_socket_server(). (Mike)
- Changed namespaced classes so that the ctor can only be named
__construct now. (Stas)