Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dfastcgi.c233 static fcgi_logger fcgi_log; variable
468 fcgi_log = lg; in fcgi_set_logger()
471 void __attribute__((weak)) fcgi_log(int type, const char *format, ...) { in fcgi_log() function
698 fcgi_log(FCGI_ERROR, "Cannot resolve host name '%s'!\n", host);
738 fcgi_log(FCGI_ERROR, "Listening socket's path name is too long.\n");
798 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur);
805 fcgi_log(FCGI_ERROR, "There are no allowed addresses");
858 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur);
865 fcgi_log(FCGI_ERROR, "There are no allowed addresses");
1425 fcgi_log(FCGI_WARNING, "failed to get attributes of the connection socket");
[all …]
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c235 static void fcgi_log(int type, const char *format, ...) { in fcgi_log() function
1917 fcgi_set_logger(fcgi_log);
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c423 void fcgi_log(int type, const char *fmt, ...) in fpm_fcgi_log()

Completed in 28 milliseconds