Home
last modified time | relevance | path

Searched refs:ZLOG_ERROR (Results 1 – 21 of 21) sorted by relevance

/PHP-8.0/sapi/fpm/fpm/events/
H A Ddevpoll.c75 zlog(ZLOG_ERROR, "Unable to open /dev/poll"); in fpm_event_devpoll_init()
86 zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); in fpm_event_devpoll_init()
100 zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); in fpm_event_devpoll_init()
206 zlog(ZLOG_ERROR, "/dev/poll: Unable to add the event in the internal queue"); in fpm_event_devpoll_add()
231 zlog(ZLOG_ERROR, "/dev/poll: Unable to remove the event in the internal queue"); in fpm_event_devpoll_remove()
H A Dport.c70 zlog(ZLOG_ERROR, "port: unable to initialize port_create()"); in fpm_event_port_init()
81 zlog(ZLOG_ERROR, "port: Unable to allocate %d events", max); in fpm_event_port_init()
178 zlog(ZLOG_ERROR, "port: unable to add the event"); in fpm_event_port_add()
192 zlog(ZLOG_ERROR, "port: unable to add the event"); in fpm_event_port_remove()
H A Dkqueue.c78 zlog(ZLOG_ERROR, "kqueue: unable to initialize"); in fpm_event_kqueue_init()
84 zlog(ZLOG_ERROR, "epoll: unable to allocate %d events", max); in fpm_event_kqueue_init()
169 zlog(ZLOG_ERROR, "kevent: unable to add event"); in fpm_event_kqueue_add()
194 zlog(ZLOG_ERROR, "kevent: unable to delete event"); in fpm_event_kqueue_remove()
H A Depoll.c72 zlog(ZLOG_ERROR, "epoll: unable to initialize"); in fpm_event_epoll_init()
79 zlog(ZLOG_ERROR, "epoll: unable to allocate %d events", max); in fpm_event_epoll_init()
175 zlog(ZLOG_ERROR, "epoll: unable to add fd %d", ev->fd); in fpm_event_epoll_add()
203 zlog(ZLOG_ERROR, "epoll: unable to remove fd %d", ev->fd); in fpm_event_epoll_remove()
H A Dpoll.c78 zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); in fpm_event_poll_init()
92 zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); in fpm_event_poll_init()
216 zlog(ZLOG_ERROR, "poll: not enough space to add event (fd=%d)", ev->fd); in fpm_event_poll_add()
264 zlog(ZLOG_ERROR, "poll: unable to remove event: not found (fd=%d, index=%d)", ev->fd, ev->index); in fpm_event_poll_remove()
H A Dselect.c141 …zlog(ZLOG_ERROR, "select: not enough space in the select fd list (max = %d). Please consider using… in fpm_event_select_add()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_clock.c69 zlog(ZLOG_ERROR, "host_get_clock_service() failed: %s", mach_error_string(ret)); in fpm_clock_init()
77 zlog(ZLOG_ERROR, "clock_get_time() failed: %s", mach_error_string(ret)); in fpm_clock_init()
92 zlog(ZLOG_ERROR, "clock_get_time() failed: %s", mach_error_string(ret)); in fpm_clock_get()
H A Dfpm_conf.c335 log_level = ZLOG_ERROR; in fpm_conf_set_log_level()
763 zlog(ZLOG_ERROR, "'$prefix' must be use at the beginning of the value"); in fpm_evaluate_full_path()
1244 zlog(ZLOG_ERROR, "log_limit must be greater than %d", ZLOG_MIN_LIMIT); in fpm_conf_post_process()
1251 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1256 zlog(ZLOG_ERROR, "process.priority must be included into [-19,20]"); in fpm_conf_post_process()
1493 zlog(ZLOG_ERROR, "[%s:%d] Misspelled array ?", ini_filename, ini_lineno); in fpm_conf_ini_parser_array()
1505 zlog(ZLOG_ERROR, "[%s:%d] empty value", ini_filename, ini_lineno); in fpm_conf_ini_parser_array()
1561 zlog(ZLOG_ERROR, "[%s:%d] Unknown INI syntax", ini_filename, ini_lineno); in fpm_conf_ini_parser()
1580 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1591 zlog(ZLOG_ERROR, "failed to include more than 5 files recursively"); in fpm_conf_load_ini_file()
[all …]
H A Dfpm_trace_mach.c37 zlog(ZLOG_ERROR, "failed to read vm page: mach_vm_read(): %s (%d)", mach_error_string(kr), kr); in fpm_mach_vm_read_page()
65 zlog(ZLOG_ERROR, "task_for_pid() failed: %s (%d)%s", mach_error_string(kr), kr, msg); in fpm_trace_ready()
H A Dfpm.c72 zlog(ZLOG_ERROR, "FPM initialization failed"); in fpm_init()
78 zlog(ZLOG_ERROR, "FPM initialization failed"); in fpm_init()
H A Dfpm_events.c115 zlog(ZLOG_ERROR, "unable to re-opened error log file"); in fpm_got_signal()
122 zlog(ZLOG_ERROR, "unable to re-opened access log file"); in fpm_got_signal()
307 zlog(ZLOG_ERROR, "event mechanism '%s' is not available on this system", machanism); in fpm_event_pre_init()
309 zlog(ZLOG_ERROR, "unable to find a suitable event mechanism on this system"); in fpm_event_pre_init()
331 zlog(ZLOG_ERROR, "no event module found"); in fpm_event_init_main()
336 …zlog(ZLOG_ERROR, "Incomplete event implementation. Please open a bug report on https://bugs.php.ne… in fpm_event_init_main()
350 zlog(ZLOG_ERROR, "Unable to initialize the event module %s", module->name); in fpm_event_init_main()
H A Dfpm_scoreboard.c47 …zlog(ZLOG_ERROR, "[pool %s] Unable to create scoreboard SHM because max_client is not set", wp->co… in fpm_scoreboard_init_main()
52 …zlog(ZLOG_ERROR, "[pool %s] Unable to create scoreboard SHM because it already exists", wp->config… in fpm_scoreboard_init_main()
281 zlog(ZLOG_ERROR, "scoreboard: failed to allocate memory for copy"); in fpm_scoreboard_copy()
290 zlog(ZLOG_ERROR, "scoreboard: failed to lock (already locked)"); in fpm_scoreboard_copy()
348 zlog(ZLOG_ERROR, "**scoreboard is NULL"); in fpm_scoreboard_free()
424 zlog(ZLOG_ERROR, "[pool %s] no free scoreboard slot", scoreboard->pool); in fpm_scoreboard_proc_alloc()
H A Dfpm_shm.c44 zlog(ZLOG_ERROR, "mem is NULL"); in fpm_shm_free()
H A Dzlog.h45 ZLOG_ERROR = 4, enumerator
53 #define ZLOG_SYSERROR (ZLOG_ERROR | ZLOG_HAVE_ERRNO)
H A Dfpm_status.c26 zlog(ZLOG_ERROR, "unable to init fpm_status because conf structure is NULL"); in fpm_status_init_child()
36 …zlog(ZLOG_ERROR, "[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp-… in fpm_status_init_child()
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_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()
H A Dfpm_unix.c277 zlog(ZLOG_ERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, wp->config->user); in fpm_unix_conf_wp()
297 … zlog(ZLOG_ERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, wp->config->group); in fpm_unix_conf_wp()
306 zlog(ZLOG_ERROR, "[pool %s] please specify user and group other than root", wp->config->name); in fpm_unix_conf_wp()
546 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main()
559 …zlog(ZLOG_ERROR, "the master process didn't send back its status (via the pipe to the calling proc… in fpm_unix_init_main()
H A Dfpm_children.c160 zlog(ZLOG_ERROR, "[pool %s] child failed to initialize", wp->config->name); in fpm_child_init()
313 zlog(ZLOG_ERROR, "[pool %s] unable to malloc new child", wp->config->name); in fpm_resources_prepare()
457 zlog(ZLOG_ERROR, "[pool %s] unable to malloc the ondemand socket event", wp->config->name); in fpm_children_create_initial()
H A Dfpm_sockets.c219 …zlog(ZLOG_ERROR, "Another FPM instance seems to already listen on %s", ((struct sockaddr_un *) sa)… in fpm_sockets_new_listening_socket()
298 zlog(ZLOG_ERROR, "getaddrinfo: %s\n", gai_strerror(status)); in fpm_socket_af_inet_socket_by_addr()
346 zlog(ZLOG_ERROR, "invalid port value '%s'", port_str); in fpm_socket_af_inet_listening_socket()
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()
1895 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno)); in main()
H A Dzlog.c38 [ZLOG_ERROR] = "ERROR",
47 [ZLOG_ERROR] = LOG_ERR,

Completed in 50 milliseconds