From: Dmitry Stogov Date: Thu, 23 Mar 2006 10:19:30 +0000 (+0000) Subject: Cleanup X-Git-Tag: php-5.1.3RC2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb3a53db833c742e4875c63d8290b1b2cfc530cd;p=php Cleanup --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index c9e3317ee6..522cfd133b 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -921,6 +921,8 @@ void fastcgi_cleanup(int signal) } #endif +#if PHP_FASTCGI +#ifndef PHP_WIN32 static int is_port_number(const char *bindpath) { while (*bindpath) { @@ -931,6 +933,8 @@ static int is_port_number(const char *bindpath) } return 1; } +#endif +#endif /* {{{ main */