diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-05-28 08:11:59 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-05-28 08:11:59 +0000 |
commit | e35679618e636a290a7833e083c5764f4fe8faf2 (patch) | |
tree | 99d99597ae43fd0c8c11fab17e27b0516e7e29db | |
parent | ccd16d09c045f9fbce3bd14a4fd6814536b8e389 (diff) | |
download | php-git-e35679618e636a290a7833e083c5764f4fe8faf2.tar.gz |
Removed deprecated comment
-rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
1 files changed, 0 insertions, 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) { |