Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dfastcgi.c239 static fcgi_logger fcgi_log; variable
474 fcgi_log = lg; in fcgi_set_logger()
477 void __attribute__((weak)) fcgi_log(int type, const char *format, ...) { in fcgi_log() function
705 fcgi_log(FCGI_ERROR, "Cannot resolve host name '%s'!\n", host); in fcgi_listen()
745 fcgi_log(FCGI_ERROR, "Listening socket's path name is too long.\n"); in fcgi_listen()
768 fcgi_log(FCGI_ERROR, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); in fcgi_listen()
805 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_listen()
812 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); in fcgi_listen()
865 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_set_allowed_clients()
872 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); in fcgi_set_allowed_clients()
[all …]
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c240 static void fcgi_log(int type, const char *format, ...) { in fcgi_log() function
2023 fcgi_set_logger(fcgi_log);
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c464 void fcgi_log(int type, const char *fmt, ...) in fpm_fcgi_log()

Completed in 22 milliseconds