diff options
author | Michael Wallner <mike@php.net> | 2010-05-18 07:49:15 +0000 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2010-05-18 07:49:15 +0000 |
commit | f4994234e22b4d1b96a97068f951dd5575c39ace (patch) | |
tree | 644d4b95d9552f0f462d2b5b5114b6be5efb71cb | |
parent | a1de9f382a338d6a8380a7aafd19771c742a100d (diff) | |
download | php-git-f4994234e22b4d1b96a97068f951dd5575c39ace.tar.gz |
add missing news about backlog socket context option for stream_socket_server()
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |