dmitry          Mon May 28 08:12:11 2007 UTC

  Modified files:              
    /php-src/sapi/cgi   cgi_main.c 
  Log:
  Removed deprecated comment
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.322&r2=1.323&diff_format=u
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.322 php-src/sapi/cgi/cgi_main.c:1.323
--- php-src/sapi/cgi/cgi_main.c:1.322   Mon May 21 09:08:25 2007
+++ php-src/sapi/cgi/cgi_main.c Mon May 28 08:12:11 2007
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: cgi_main.c,v 1.322 2007/05/21 09:08:25 dmitry Exp $ */
+/* $Id: cgi_main.c,v 1.323 2007/05/28 08:12:11 dmitry Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -1253,8 +1253,6 @@
                }
        }
 
-       /* 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) {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to