Removed deprecated comment

This commit is contained in:
Dmitry Stogov 2007-05-28 08:11:59 +00:00
parent ccd16d09c0
commit e35679618e

View 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) {