Browse Source

Cleanup

PHP-5.1
Dmitry Stogov 20 years ago
parent
commit
cb3a53db83
  1. 4
      sapi/cgi/cgi_main.c

4
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
*/

Loading…
Cancel
Save