Home
last modified time | relevance | path

Searched refs:ZLOG_WARNING (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_request.c48 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_accepting()
80 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_reading_headers()
119 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_info()
162 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_executing()
187 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_end()
213 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_finished()
228 zlog(ZLOG_WARNING, "failed to acquire scoreboard"); in fpm_request_check_timed_out()
261 …zlog(ZLOG_WARNING, "[pool %s] child %d, script '%s' (request: \"%s %s%s%s\") executing too slow (%… in fpm_request_check_timed_out()
272 …zlog(ZLOG_WARNING, "[pool %s] child %d, script '%s' (request: \"%s %s%s%s\") execution timed out (… in fpm_request_check_timed_out()
H A Dfpm_log.c61 zlog(ZLOG_WARNING, "failed to change attribute of access_log"); in fpm_log_open()
129 zlog(ZLOG_WARNING, "unable to get scoreboard while preparing the access log"); in fpm_log_write()
134 …zlog(ZLOG_WARNING, "[pool %s] Unable to acquire shm slot while preparing the access log", scoreboa… in fpm_log_write()
190 …zlog(ZLOG_WARNING, "only 'total', 'user' or 'system' are allowed as a modifier for %%%c ('%s')", *… in fpm_log_write()
221 …zlog(ZLOG_WARNING, "only 'seconds', 'mili', 'miliseconds', 'micro' or 'microseconds' are allowed a… in fpm_log_write()
229 …zlog(ZLOG_WARNING, "the name of the environment variable must be set between embraces for %%%c", *… in fpm_log_write()
278 …zlog(ZLOG_WARNING, "only 'bytes', 'kilo', 'kilobytes', 'mega' or 'megabytes' are allowed as a modi… in fpm_log_write()
292 zlog(ZLOG_WARNING, "the name of the header must be set between embraces for %%%c", *s); in fpm_log_write()
429 zlog(ZLOG_WARNING, "missing closing embrace in the access.format"); in fpm_log_write()
436 zlog(ZLOG_WARNING, "Invalid token in the access.format (%%%c)", *s); in fpm_log_write()
[all …]
H A Dfpm_systemd.c65 zlog(ZLOG_WARNING, "failed to notify start to systemd"); in fpm_systemd_heartbeat()
95 zlog(ZLOG_WARNING, "systemd_interval option ignored"); in fpm_systemd_conf()
H A Dfpm_process_ctl.c82 zlog(ZLOG_WARNING, "concurrent reloads may be unstable"); in fpm_pctl_exec()
346 …zlog(ZLOG_WARNING, "[pool %s] listening queue is not empty, #%d requests are waiting to be served,… in fpm_pctl_perform_idle_server_maintenance()
407 …zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", w… in fpm_pctl_perform_idle_server_maintenance()
415 …zlog(ZLOG_WARNING, "[pool %s] seems busy (you may need to increase pm.start_servers, or pm.min/max… in fpm_pctl_perform_idle_server_maintenance()
426 …zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", w… in fpm_pctl_perform_idle_server_maintenance()
530 …zlog(ZLOG_WARNING, "[pool %s] server reached max_children setting (%d), consider raising it", wp->… in fpm_pctl_on_socket_accept()
H A Dfpm_children.c204 severity = ZLOG_WARNING; in fpm_children_bury()
229 severity = ZLOG_WARNING; in fpm_children_bury()
287 …zlog(ZLOG_WARNING, "failed processes threshold (%d in %d sec) is reached, initiating reload", fpm_… in fpm_children_bury()
407 zlog(ZLOG_WARNING, "child may miss signals"); in fpm_children_make()
443 …zlog(ZLOG_WARNING, "The maximum number of processes has been reached. Please review your configura… in fpm_children_make()
H A Dzlog.h44 ZLOG_WARNING = 3, enumerator
H A Dfpm_stdio.c195 zlog_stream_init_ex(log_stream, ZLOG_WARNING, STDERR_FILENO);
399 zlog(ZLOG_WARNING, "failed to change attribute of error_log");
H A Dfpm_unix.c154 …zlog(ZLOG_WARNING, "[pool %s] ACL set, listen.owner = '%s' is ignored", wp->config->name, c->liste… in fpm_unix_resolve_socket_premissions()
157 …zlog(ZLOG_WARNING, "[pool %s] ACL set, listen.group = '%s' is ignored", wp->config->name, c->liste… in fpm_unix_resolve_socket_premissions()
375 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
H A Dfpm_signals.c149 zlog(ZLOG_WARNING, "failed to create a new socket"); in sig_soft_quit()
H A Dfpm_sockets.c214 zlog(ZLOG_WARNING, "failed to change socket attribute"); in fpm_sockets_new_listening_socket()
309 zlog(ZLOG_WARNING, "Found multiple addresses for %s, %s ignored", addr, tmpbuf); in fpm_socket_af_inet_socket_by_addr()
H A Dfpm_conf.c333 log_level = ZLOG_WARNING; in fpm_conf_set_log_level()
897 …zlog(ZLOG_WARNING, "[pool %s] listen.backlog(%d) was too low for the ondemand process manager. I u… in fpm_conf_process_all_pools()
999 …zlog(ZLOG_WARNING, "[pool %s] 'request_slowlog_timeout' is not supported on your system", wp->conf… in fpm_conf_process_all_pools()
1037 …zlog(ZLOG_WARNING, "[pool %s] 'request_slowlog_trace_depth' is not supported on your system", wp->… in fpm_conf_process_all_pools()
1354 …zlog(ZLOG_WARNING, "Nothing matches the include pattern '%s' from %s at line %d.", inc, filename, … in fpm_conf_ini_parser_include()
H A Dfpm_scoreboard.c82 zlog(ZLOG_WARNING, "Unable to update scoreboard: the SHM has not been found"); in fpm_scoreboard_get_for_update()
H A Dzlog.c37 [ZLOG_WARNING] = "WARNING",
46 [ZLOG_WARNING] = LOG_WARNING,
H A Dfpm_main.c1549 zlog(ZLOG_WARNING, "Could die in the case of too early reload signal"); in main()
/PHP-8.0/sapi/fpm/fpm/events/
H A Dselect.c101 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_select_wait()
H A Dport.c131 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_port_wait()
H A Dkqueue.c133 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_kqueue_wait()
H A Depoll.c127 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_epoll_wait()
H A Ddevpoll.c160 zlog(ZLOG_WARNING, "/dev/poll: ioctl() returns %d", errno); in fpm_event_devpoll_wait()
H A Dpoll.c142 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_poll_wait()

Completed in 44 milliseconds