Home
last modified time | relevance | path

Searched refs:zlog (Results 26 – 31 of 31) sorted by relevance

12

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_php.c120 zlog(ZLOG_ERROR, "Unable to set php_value '%s'", kv->key); in fpm_php_apply_defines()
126 zlog(ZLOG_ERROR, "Unable to set php_admin_value '%s'", kv->key); in fpm_php_apply_defines()
250zlog(ZLOG_NOTICE, "Access to the script '%s' has been denied (see security.limit_extensions)", pat… in fpm_php_limit_extensions()
H A Dfpm_status.c26 zlog(ZLOG_ERROR, "unable to init fpm_status because conf structure is NULL"); in fpm_status_init_child()
36zlog(ZLOG_ERROR, "[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp-… in fpm_status_init_child()
58 zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in use.", scoreboard_p->pool); in fpm_status_export_to_zval()
185 zlog(ZLOG_ERROR, "status: unable to find or access status shared memory"); in fpm_status_handle_request()
196 zlog(ZLOG_ERROR, "[pool %s] invalid status values", scoreboard_p->pool); in fpm_status_handle_request()
H A Dfpm_main.c1357 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: only classic entries are allowed"); in fastcgi_ini_parser()
1364 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty key"); in fastcgi_ini_parser()
1373 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty value for key '%s'", key); in fastcgi_ini_parser()
1381 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: unable to set '%s'", key); in fastcgi_ini_parser()
1549 zlog(ZLOG_WARNING, "Could die in the case of too early reload signal"); in main()
1551 zlog(ZLOG_DEBUG, "Blocked some signals"); in main()
1813 zlog(ZLOG_DEBUG, "Sending \"0\" (error) to parent via fd=%d", fpm_globals.send_config_pipe[1]); in main()
1822 zlog(ZLOG_DEBUG, "Sending \"1\" (OK) to parent via fd=%d", fpm_globals.send_config_pipe[1]); in main()
1872 zlog(ZLOG_DEBUG, "Primary script unknown"); in main()
1895 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno)); in main()
H A Dzlog.h9 #define zlog(flags,...) zlog_ex(__func__, __LINE__, flags, __VA_ARGS__) macro
/PHP-8.0/sapi/fpm/
H A Dconfig.m4682 fpm/zlog.c \
/PHP-8.0/
H A DNEWS198 . Fixed zlog message prepend, free on incorrect address. (Heiko Weber)
507 . Fixed bug #81513 (Future possibility for heap overflow in FPM zlog).

Completed in 26 milliseconds

12