From: Dmitry Stogov Date: Mon, 28 May 2007 08:12:11 +0000 (+0000) Subject: Removed deprecated comment X-Git-Tag: RELEASE_1_4~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=397644d3abccc726d145b9fd0b7f6dcb69da4da5;p=php Removed deprecated comment --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 01f5ab758f..a96bc5ef7c 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -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) {