diff options
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r-- | sapi/cgi/cgi_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |