]> granicus.if.org Git - php/commitdiff
add missing news about backlog socket context option for stream_socket_server()
authorMichael Wallner <mike@php.net>
Tue, 18 May 2010 07:49:15 +0000 (07:49 +0000)
committerMichael Wallner <mike@php.net>
Tue, 18 May 2010 07:49:15 +0000 (07:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6940c69c88ee3bb8e7d9eb44a97797f36b850628..0a8680d6f4e7e997529d22ade1f13e8df658fdb8 100644 (file)
--- 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)