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

index fc21964482755362ad317d5613d50e0bbf27ac6b..404641fc4c765c244c8a919e9be759f5d8b1e5fd 100644 (file)
@@ -1311,8 +1311,6 @@ consult the installation file that came with this distribution, or visit \n\
 #endif /* FORCE_CGI_REDIRECT */
 
 #if PHP_FASTCGI
-       /* 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) {