Home
last modified time | relevance | path

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

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_request.c48 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_accepting()
79 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_reading_headers()
121 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_info()
165 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_executing()
191 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_end()
218 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_finished()
236 zlog(ZLOG_WARNING, "failed to acquire scoreboard"); in fpm_request_check_timed_out()
269 …zlog(ZLOG_WARNING, "[pool %s] child %d, script '%s' (request: \"%s %s\") executing too slow (%d.%0… in fpm_request_check_timed_out()
279 …zlog(ZLOG_WARNING, "[pool %s] child %d, script '%s' (request: \"%s %s\") execution timed out (%d.%… 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_process_ctl.c347 …zlog(ZLOG_WARNING, "[pool %s] listening queue is not empty, #%d requests are waiting to be served,… in fpm_pctl_perform_idle_server_maintenance()
392 …zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", w… in fpm_pctl_perform_idle_server_maintenance()
400 …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()
411 …zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", w… in fpm_pctl_perform_idle_server_maintenance()
515 …zlog(ZLOG_WARNING, "[pool %s] server reached max_children setting (%d), consider raising it", wp->… in fpm_pctl_on_socket_accept()
H A Dzlog.h30 ZLOG_WARNING = 3, enumerator
H A Dfpm_children.c202 severity = ZLOG_WARNING; in fpm_children_bury()
223 severity = ZLOG_WARNING; in fpm_children_bury()
281 …zlog(ZLOG_WARNING, "failed processes threshold (%d in %d sec) is reached, initiating reload", fpm_… in fpm_children_bury()
428 …zlog(ZLOG_WARNING, "The maximum number of processes has been reached. Please review your configura… in fpm_children_make()
H A Dzlog.c30 [ZLOG_WARNING] = "WARNING",
39 [ZLOG_WARNING] = LOG_WARNING,
H A Dfpm_stdio.c166 zlog(ZLOG_WARNING, "[pool %s] child %d said into %s: \"%s\"%s", child->wp->config->name, in fpm_stdio_child_said()
299 zlog(ZLOG_WARNING, "failed to change attribute of error_log"); in fpm_stdio_open_error_log()
H A Dfpm_signals.c149 zlog(ZLOG_WARNING, "failed to create a new socket"); in sig_soft_quit()
H A Dfpm_scoreboard.c82 zlog(ZLOG_WARNING, "Unable to update scoreboard: the SHM has not been found"); in fpm_scoreboard_update()
H A Dfpm_conf.c315 log_level = ZLOG_WARNING; in fpm_conf_set_log_level()
803 …zlog(ZLOG_WARNING, "[pool %s] pm.start_servers is not set. It's been set to %d.", wp->config->name… in fpm_conf_process_all_pools()
823 …zlog(ZLOG_WARNING, "[pool %s] listen.backlog(%d) was too low for the ondemand process manager. I u… in fpm_conf_process_all_pools()
921 …zlog(ZLOG_WARNING, "[pool %s] 'request_slowlog_timeout' is not supported on your system", wp->conf… in fpm_conf_process_all_pools()
1234 …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_sockets.c180 zlog(ZLOG_WARNING, "failed to change socket attribute"); in fpm_sockets_new_listening_socket()
/PHP-5.3/sapi/fpm/fpm/events/
H A Dselect.c106 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_select_wait()
H A Dport.c133 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_port_wait()
H A Dkqueue.c137 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_kqueue_wait()
H A Depoll.c129 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_epoll_wait()
H A Ddevpoll.c166 zlog(ZLOG_WARNING, "/dev/poll: ioctl() returns %d", errno); in fpm_event_devpoll_wait()
H A Dpoll.c149 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_poll_wait()

Completed in 35 milliseconds