]> granicus.if.org Git - php/commitdiff
Removed deprecated comment
authorDmitry Stogov <dmitry@php.net>
Mon, 28 May 2007 08:12:11 +0000 (08:12 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 28 May 2007 08:12:11 +0000 (08:12 +0000)
sapi/cgi/cgi_main.c

index 01f5ab758f893e6f644aee60783be40854e53613..a96bc5ef7cd712c64838f6cc8fa1ba6548fb21da 100644 (file)
@@ -1253,8 +1253,6 @@ consult the installation file that came with this distribution, or visit \n\
                }
        }
 
-       /* for windows, socket listening is broken in the fastcgi library itself
-          so dissabling this feature on windows till time is available to fix it */
        if (bindpath) {
                fcgi_fd = fcgi_listen(bindpath, 128);
                if (fcgi_fd < 0) {