dmitry Thu Mar 23 10:19:30 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/sapi/cgi cgi_main.c
Log:
Cleanup
http://cvs.php.net/viewcvs.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.10&r2=1.267.2.11&diff_format=u
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.267.2.10
php-src/sapi/cgi/cgi_main.c:1.267.2.11
--- php-src/sapi/cgi/cgi_main.c:1.267.2.10 Thu Mar 23 10:15:01 2006
+++ php-src/sapi/cgi/cgi_main.c Thu Mar 23 10:19:30 2006
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cgi_main.c,v 1.267.2.10 2006/03/23 10:15:01 dmitry Exp $ */
+/* $Id: cgi_main.c,v 1.267.2.11 2006/03/23 10:19:30 dmitry Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -921,6 +921,8 @@
}
#endif
+#if PHP_FASTCGI
+#ifndef PHP_WIN32
static int is_port_number(const char *bindpath)
{
while (*bindpath) {
@@ -931,6 +933,8 @@
}
return 1;
}
+#endif
+#endif
/* {{{ main
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php