From: Dmitry Stogov Date: Mon, 28 May 2007 08:11:59 +0000 (+0000) Subject: Removed deprecated comment X-Git-Tag: php-5.2.3~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e35679618e636a290a7833e083c5764f4fe8faf2;p=php Removed deprecated comment --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index fc21964482..404641fc4c 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -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) {