dmitry Mon May 28 08:11:59 2007 UTC
Modified files: (Branch: PHP_5_2)
/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.267.2.15.2.39&r2=1.267.2.15.2.40&diff_format=u
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.267.2.15.2.39
php-src/sapi/cgi/cgi_main.c:1.267.2.15.2.40
--- php-src/sapi/cgi/cgi_main.c:1.267.2.15.2.39 Mon May 21 09:08:12 2007
+++ php-src/sapi/cgi/cgi_main.c Mon May 28 08:11:59 2007
@@ -21,7 +21,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cgi_main.c,v 1.267.2.15.2.39 2007/05/21 09:08:12 dmitry Exp $ */
+/* $Id: cgi_main.c,v 1.267.2.15.2.40 2007/05/28 08:11:59 dmitry Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -1311,8 +1311,6 @@
#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) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php