From e35679618e636a290a7833e083c5764f4fe8faf2 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 28 May 2007 08:11:59 +0000 Subject: [PATCH] Removed deprecated comment --- sapi/cgi/cgi_main.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.50.1