Home
last modified time | relevance | path

Searched refs:fcgi_log (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/main/
H A Dfastcgi.c235 static fcgi_logger fcgi_log; variable
470 fcgi_log = lg; in fcgi_set_logger()
473 void __attribute__((weak)) fcgi_log(int type, const char *format, ...) { in fcgi_log() function
701 fcgi_log(FCGI_ERROR, "Cannot resolve host name '%s'!\n", host); in fcgi_listen()
741 fcgi_log(FCGI_ERROR, "Listening socket's path name is too long.\n"); in fcgi_listen()
764 fcgi_log(FCGI_ERROR, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); in fcgi_listen()
801 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_listen()
808 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); in fcgi_listen()
861 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_set_allowed_clients()
868 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); in fcgi_set_allowed_clients()
[all …]
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c234 static void fcgi_log(int type, const char *format, ...) { in fcgi_log() function
1942 fcgi_set_logger(fcgi_log);
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c418 void fcgi_log(int type, const char *fmt, ...) in fpm_fcgi_log()

Completed in 18 milliseconds