/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 317 log_level = ZLOG_ERROR; in fpm_conf_set_log_level() 689 zlog(ZLOG_ERROR, "'$prefix' must be use at the begining of the value"); in fpm_evaluate_full_path() 1142 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process() 1147 zlog(ZLOG_ERROR, "process.priority must be included into [-19,20]"); in fpm_conf_post_process() 1373 zlog(ZLOG_ERROR, "[%s:%d] Misspelled array ?", ini_filename, ini_lineno); in fpm_conf_ini_parser_array() 1385 zlog(ZLOG_ERROR, "[%s:%d] empty value", ini_filename, ini_lineno); in fpm_conf_ini_parser_array() 1441 zlog(ZLOG_ERROR, "[%s:%d] Unknown INI syntax", ini_filename, ini_lineno); in fpm_conf_ini_parser() 1459 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file() 1470 zlog(ZLOG_ERROR, "failed to include more than 5 files recusively"); in fpm_conf_load_ini_file() 1643 zlog(ZLOG_ERROR, "failed to load configuration file '%s'", fpm_globals.config); in fpm_conf_init_main() [all …]
|
H A D | fpm_clock.c | 72 zlog(ZLOG_ERROR, "host_get_clock_service() failed: %s", mach_error_string(ret)); in fpm_clock_init() 80 zlog(ZLOG_ERROR, "clock_get_time() failed: %s", mach_error_string(ret)); in fpm_clock_init() 96 zlog(ZLOG_ERROR, "clock_get_time() failed: %s", mach_error_string(ret)); in fpm_clock_get()
|
H A D | zlog.h | 31 ZLOG_ERROR = 4, enumerator 39 #define ZLOG_SYSERROR (ZLOG_ERROR | ZLOG_HAVE_ERRNO)
|
H A D | fpm_trace_mach.c | 40 zlog(ZLOG_ERROR, "failed to read vm page: mach_vm_read(): %s (%d)", mach_error_string(kr), kr); in fpm_mach_vm_read_page() 68 zlog(ZLOG_ERROR, "task_for_pid() failed: %s (%d)%s", mach_error_string(kr), kr, msg); in fpm_trace_ready()
|
H A D | fpm_events.c | 95 zlog(ZLOG_ERROR, "unable to re-opened error log file"); in fpm_got_signal() 102 zlog(ZLOG_ERROR, "unable to re-opened access log file"); in fpm_got_signal() 284 zlog(ZLOG_ERROR, "event mechanism '%s' is not available on this system", machanism); in fpm_event_pre_init() 286 zlog(ZLOG_ERROR, "unable to find a suitable event mechanism on this system"); in fpm_event_pre_init() 310 zlog(ZLOG_ERROR, "no event module found"); in fpm_event_init_main() 315 …zlog(ZLOG_ERROR, "Incomplete event implementation. Please open a bug report on https://bugs.php.ne… in fpm_event_init_main() 329 zlog(ZLOG_ERROR, "Unable to initialize the event module %s", module->name); in fpm_event_init_main()
|
H A D | fpm.c | 72 zlog(ZLOG_ERROR, "FPM initialization failed"); in fpm_init() 78 zlog(ZLOG_ERROR, "FPM initialization failed"); in fpm_init()
|
H A D | fpm_scoreboard.c | 46 …zlog(ZLOG_ERROR, "[pool %s] Unable to create scoreboard SHM because max_client is not set", wp->co… in fpm_scoreboard_init_main() 51 …zlog(ZLOG_ERROR, "[pool %s] Unable to create scoreboard SHM because it already exists", wp->config… in fpm_scoreboard_init_main() 230 zlog(ZLOG_ERROR, "**scoreboard is NULL"); in fpm_scoreboard_free() 303 zlog(ZLOG_ERROR, "[pool %s] no free scoreboard slot", scoreboard->pool); in fpm_scoreboard_proc_alloc()
|
H A D | fpm_unix.c | 89 zlog(ZLOG_ERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, wp->config->user); in fpm_unix_conf_wp() 109 … zlog(ZLOG_ERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, wp->config->group); in fpm_unix_conf_wp() 118 zlog(ZLOG_ERROR, "[pool %s] please specify user and group other than root", wp->config->name); in fpm_unix_conf_wp() 320 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main() 333 …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 D | fpm_status.c | 28 zlog(ZLOG_ERROR, "unable to init fpm_status because conf structure is NULL"); in fpm_status_init_child() 38 …zlog(ZLOG_ERROR, "[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp-… in fpm_status_init_child() 86 zlog(ZLOG_ERROR, "status: unable to find or access status shared memory"); in fpm_status_handle_request() 109 zlog(ZLOG_ERROR, "[pool %s] invalid status values", scoreboard.pool); in fpm_status_handle_request()
|
H A D | fpm_shm.c | 47 zlog(ZLOG_ERROR, "mem is NULL"); in fpm_shm_free()
|
H A D | zlog.c | 31 [ZLOG_ERROR] = "ERROR", 40 [ZLOG_ERROR] = LOG_ERR,
|
H A D | fpm_children.c | 158 zlog(ZLOG_ERROR, "[pool %s] child failed to initialize", wp->config->name); in fpm_child_init() 308 zlog(ZLOG_ERROR, "[pool %s] unable to malloc new child", wp->config->name); in fpm_resources_prepare() 441 zlog(ZLOG_ERROR, "[pool %s] unable to malloc the ondemand socket event", wp->config->name); in fpm_children_create_initial()
|
H A D | fpm_php.c | 123 zlog(ZLOG_ERROR, "Unable to set php_value '%s'", kv->key); in fpm_php_apply_defines() 129 zlog(ZLOG_ERROR, "Unable to set php_admin_value '%s'", kv->key); in fpm_php_apply_defines()
|
H A D | fpm_sockets.c | 53 zlog(ZLOG_ERROR, "can't resolve hostname '%s%s%s': getaddrinfo said: %s%s%s\n", in fpm_sockets_resolve_af_inet() 185 …zlog(ZLOG_ERROR, "An another FPM instance seems to already listen on %s", ((struct sockaddr_un *) … in fpm_sockets_new_listening_socket() 273 zlog(ZLOG_ERROR, "invalid port value '%s'", port_str); in fpm_socket_af_inet_listening_socket()
|
H A D | fpm_main.c | 1414 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: only classic entries are allowed"); 1421 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty key"); 1430 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty value for key '%s'", key); 1438 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: unable to set '%s'", key); 1910 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno));
|
H A D | fastcgi.c | 271 zlog(ZLOG_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_set_allowed_clients() 823 …zlog(ZLOG_ERROR, "Connection disallowed: IP address '%s' has been dropped.", inet_ntoa(sa.sa_inet.… 879 zlog(ZLOG_ERROR, "Too many open file descriptors. FD_SETSIZE limit exceeded.");
|
/PHP-5.3/sapi/fpm/fpm/events/ |
H A D | port.c | 74 zlog(ZLOG_ERROR, "port: unable to initialize port_create()"); in fpm_event_port_init() 85 zlog(ZLOG_ERROR, "port: Unable to allocate %d events", max); in fpm_event_port_init() 164 zlog(ZLOG_ERROR, "port: unable to add the event"); in fpm_event_port_add() 178 zlog(ZLOG_ERROR, "port: unable to add the event"); in fpm_event_port_remove()
|
H A D | devpoll.c | 80 zlog(ZLOG_ERROR, "Unable to open /dev/poll"); in fpm_event_devpoll_init() 91 zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); in fpm_event_devpoll_init() 105 zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); in fpm_event_devpoll_init() 212 zlog(ZLOG_ERROR, "/dev/poll: Unable to add the event in the internal queue"); in fpm_event_devpoll_add() 237 zlog(ZLOG_ERROR, "/dev/poll: Unable to remove the event in the internal queue"); in fpm_event_devpoll_remove()
|
H A D | kqueue.c | 82 zlog(ZLOG_ERROR, "kqueue: unable to initialize"); in fpm_event_kqueue_init() 88 zlog(ZLOG_ERROR, "epoll: unable to allocate %d events", max); in fpm_event_kqueue_init() 173 zlog(ZLOG_ERROR, "kevent: unable to add event"); in fpm_event_kqueue_add() 198 zlog(ZLOG_ERROR, "kevent: unable to add event"); in fpm_event_kqueue_remove()
|
H A D | epoll.c | 77 zlog(ZLOG_ERROR, "epoll: unable to initialize"); in fpm_event_epoll_init() 84 zlog(ZLOG_ERROR, "epoll: unable to allocate %d events", max); in fpm_event_epoll_init() 173 zlog(ZLOG_ERROR, "epoll: unable to add fd %d", ev->fd); in fpm_event_epoll_add() 201 zlog(ZLOG_ERROR, "epoll: unable to remove fd %d", ev->fd); in fpm_event_epoll_remove()
|
H A D | poll.c | 83 zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); in fpm_event_poll_init() 97 zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); in fpm_event_poll_init() 223 zlog(ZLOG_ERROR, "poll: not enought space to add event (fd=%d)", ev->fd); in fpm_event_poll_add() 271 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 D | select.c | 146 …zlog(ZLOG_ERROR, "select: not enough space in the select fd list (max = %d). Please consider using… in fpm_event_select_add()
|