ZLOG_ERROR         80 sapi/fpm/fpm/events/devpoll.c 		zlog(ZLOG_ERROR, "Unable to open /dev/poll");
ZLOG_ERROR         91 sapi/fpm/fpm/events/devpoll.c 		zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max);
ZLOG_ERROR        105 sapi/fpm/fpm/events/devpoll.c 		zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max);
ZLOG_ERROR        212 sapi/fpm/fpm/events/devpoll.c 		zlog(ZLOG_ERROR, "/dev/poll: Unable to add the event in the internal queue");
ZLOG_ERROR        237 sapi/fpm/fpm/events/devpoll.c 		zlog(ZLOG_ERROR, "/dev/poll: Unable to remove the event in the internal queue");
ZLOG_ERROR         77 sapi/fpm/fpm/events/epoll.c 		zlog(ZLOG_ERROR, "epoll: unable to initialize");
ZLOG_ERROR         84 sapi/fpm/fpm/events/epoll.c 		zlog(ZLOG_ERROR, "epoll: unable to allocate %d events", max);
ZLOG_ERROR        177 sapi/fpm/fpm/events/epoll.c 		zlog(ZLOG_ERROR, "epoll: unable to add fd %d", ev->fd);
ZLOG_ERROR        205 sapi/fpm/fpm/events/epoll.c 		zlog(ZLOG_ERROR, "epoll: unable to remove fd %d", ev->fd);
ZLOG_ERROR         82 sapi/fpm/fpm/events/kqueue.c 		zlog(ZLOG_ERROR, "kqueue: unable to initialize");
ZLOG_ERROR         88 sapi/fpm/fpm/events/kqueue.c 		zlog(ZLOG_ERROR, "epoll: unable to allocate %d events", max);
ZLOG_ERROR        173 sapi/fpm/fpm/events/kqueue.c 		zlog(ZLOG_ERROR, "kevent: unable to add event");
ZLOG_ERROR        198 sapi/fpm/fpm/events/kqueue.c 		zlog(ZLOG_ERROR, "kevent: unable to add event");
ZLOG_ERROR         83 sapi/fpm/fpm/events/poll.c 		zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max);
ZLOG_ERROR         97 sapi/fpm/fpm/events/poll.c 		zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max);
ZLOG_ERROR        223 sapi/fpm/fpm/events/poll.c 	zlog(ZLOG_ERROR, "poll: not enought space to add event (fd=%d)", ev->fd);
ZLOG_ERROR        271 sapi/fpm/fpm/events/poll.c 	zlog(ZLOG_ERROR, "poll: unable to remove event: not found (fd=%d, index=%d)", ev->fd, ev->index);
ZLOG_ERROR         74 sapi/fpm/fpm/events/port.c 		zlog(ZLOG_ERROR, "port: unable to initialize port_create()");
ZLOG_ERROR         85 sapi/fpm/fpm/events/port.c 		zlog(ZLOG_ERROR, "port: Unable to allocate %d events", max);
ZLOG_ERROR        164 sapi/fpm/fpm/events/port.c 		zlog(ZLOG_ERROR, "port: unable to add the event");
ZLOG_ERROR        178 sapi/fpm/fpm/events/port.c 		zlog(ZLOG_ERROR, "port: unable to add the event");
ZLOG_ERROR        146 sapi/fpm/fpm/events/select.c 		zlog(ZLOG_ERROR, "select: not enough space in the select fd list (max = %d). Please consider using another event mechanism.", FD_SETSIZE);
ZLOG_ERROR        275 sapi/fpm/fpm/fastcgi.c 				zlog(ZLOG_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur);
ZLOG_ERROR        282 sapi/fpm/fpm/fastcgi.c 			zlog(ZLOG_ERROR, "There are no allowed addresses for this pool");
ZLOG_ERROR        802 sapi/fpm/fpm/fastcgi.c 	zlog(ZLOG_ERROR, "Connection disallowed: IP address '%s' has been dropped.", fcgi_get_last_client_ip());
ZLOG_ERROR        911 sapi/fpm/fpm/fastcgi.c 						zlog(ZLOG_ERROR, "Too many open file descriptors. FD_SETSIZE limit exceeded.");
ZLOG_ERROR         72 sapi/fpm/fpm/fpm.c 			zlog(ZLOG_ERROR, "FPM initialization failed");
ZLOG_ERROR         78 sapi/fpm/fpm/fpm.c 		zlog(ZLOG_ERROR, "FPM initialization failed");
ZLOG_ERROR        158 sapi/fpm/fpm/fpm_children.c 		zlog(ZLOG_ERROR, "[pool %s] child failed to initialize", wp->config->name);
ZLOG_ERROR        308 sapi/fpm/fpm/fpm_children.c 		zlog(ZLOG_ERROR, "[pool %s] unable to malloc new child", wp->config->name);
ZLOG_ERROR        441 sapi/fpm/fpm/fpm_children.c 			zlog(ZLOG_ERROR, "[pool %s] unable to malloc the ondemand socket event", wp->config->name);
ZLOG_ERROR         72 sapi/fpm/fpm/fpm_clock.c 		zlog(ZLOG_ERROR, "host_get_clock_service() failed: %s", mach_error_string(ret));
ZLOG_ERROR         80 sapi/fpm/fpm/fpm_clock.c 		zlog(ZLOG_ERROR, "clock_get_time() failed: %s", mach_error_string(ret));
ZLOG_ERROR         96 sapi/fpm/fpm/fpm_clock.c 		zlog(ZLOG_ERROR, "clock_get_time() failed: %s", mach_error_string(ret));
ZLOG_ERROR        329 sapi/fpm/fpm/fpm_conf.c 		log_level = ZLOG_ERROR;
ZLOG_ERROR        702 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "'$prefix' must be use at the beginning of the value");
ZLOG_ERROR        738 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "No pool defined. at least one pool section must be specified in config file");
ZLOG_ERROR        749 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the prefix '%s' does not exist or is not a directory", wp->config->name, wp->config->prefix);
ZLOG_ERROR        773 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[pool %s] process.priority must be included into [-19,20]", wp->config->name);
ZLOG_ERROR        852 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must start with a '/'", wp->config->name, status);
ZLOG_ERROR        857 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the status path '%s' is not long enough", wp->config->name, status);
ZLOG_ERROR        863 sapi/fpm/fpm/fpm_conf.c 					zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must contain only the following characters '[alphanum]/_-.'", wp->config->name, status);
ZLOG_ERROR        875 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must start with a '/'", wp->config->name, ping);
ZLOG_ERROR        880 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' is not long enough", wp->config->name, ping);
ZLOG_ERROR        886 sapi/fpm/fpm/fpm_conf.c 					zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must containt only the following characters '[alphanum]/_-.'", wp->config->name, ping);
ZLOG_ERROR        895 sapi/fpm/fpm/fpm_conf.c 					zlog(ZLOG_ERROR, "[pool %s] the ping response page '%s' is not long enough", wp->config->name, wp->config->ping_response);
ZLOG_ERROR        927 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] 'slowlog' must be specified for use with 'request_slowlog_timeout'", wp->config->name);
ZLOG_ERROR        956 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] 'request_slowlog_timeout' (%d) can't be greater than 'request_terminate_timeout' (%d)", wp->config->name, wp->config->request_slowlog_timeout, wp->config->request_terminate_timeout);
ZLOG_ERROR        967 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the chroot path '%s' must start with a '/'", wp->config->name, wp->config->chroot);
ZLOG_ERROR        972 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the chroot path '%s' does not exist or is not a directory", wp->config->name, wp->config->chroot);
ZLOG_ERROR        983 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' must start with a '/'", wp->config->name, wp->config->chdir);
ZLOG_ERROR        993 sapi/fpm/fpm/fpm_conf.c 					zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' within the chroot path '%s' ('%s') does not exist or is not a directory", wp->config->name, wp->config->chdir, wp->config->chroot, buf);
ZLOG_ERROR       1001 sapi/fpm/fpm/fpm_conf.c 					zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' does not exist or is not a directory", wp->config->name, wp->config->chdir);
ZLOG_ERROR       1037 sapi/fpm/fpm/fpm_conf.c 					zlog(ZLOG_ERROR, "[pool %s] unable to malloc extensions array", wp->config->name);
ZLOG_ERROR       1092 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] unable to set listen address as it's already used in another pool '%s'", wp2->config->name, wp->config->name);
ZLOG_ERROR       1159 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "process_max can't be negative");
ZLOG_ERROR       1164 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "process.priority must be included into [-19,20]");
ZLOG_ERROR       1214 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[pool %s] wrong format for access.format '%s'", wp->config->name, wp->config->access_format);
ZLOG_ERROR       1262 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "Unable to globalize '%s' (ret=%d) from %s at line %d.", inc, i, filename, ini_lineno);
ZLOG_ERROR       1273 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", g.gl_pathv[i], filename, ini_lineno);
ZLOG_ERROR       1283 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", inc, filename, ini_lineno);
ZLOG_ERROR       1319 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section));
ZLOG_ERROR       1325 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section));
ZLOG_ERROR       1339 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] value is NULL for a ZEND_INI_PARSER_ENTRY", ini_filename, ini_lineno);
ZLOG_ERROR       1346 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] two includes at the same time !", ini_filename, ini_lineno);
ZLOG_ERROR       1366 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[%s:%d] the parser for entry '%s' is not defined", ini_filename, ini_lineno, parser->name);
ZLOG_ERROR       1373 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[%s:%d] unable to parse value for entry '%s': %s", ini_filename, ini_lineno, parser->name, ret);
ZLOG_ERROR       1384 sapi/fpm/fpm/fpm_conf.c 	zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ZLOG_ERROR       1396 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Misspelled  array ?", ini_filename, ini_lineno);
ZLOG_ERROR       1401 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Array are not allowed in the global section", ini_filename, ini_lineno);
ZLOG_ERROR       1408 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] empty value", ini_filename, ini_lineno);
ZLOG_ERROR       1432 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] unknown directive '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ZLOG_ERROR       1438 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] error while parsing '%s[%s]' : %s", ini_filename, ini_lineno, Z_STRVAL_P(name), Z_STRVAL_P(key), err);
ZLOG_ERROR       1464 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] Unknown INI syntax", ini_filename, ini_lineno);
ZLOG_ERROR       1482 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "configuration filename is empty");
ZLOG_ERROR       1493 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "failed to include more than 5 files recusively");
ZLOG_ERROR       1635 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "the global prefix '%s' does not exist or is not a directory", fpm_globals.prefix);
ZLOG_ERROR       1670 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "failed to load configuration file '%s'", fpm_globals.config);
ZLOG_ERROR       1675 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "failed to post process the configuration");
ZLOG_ERROR         99 sapi/fpm/fpm/fpm_events.c 					zlog(ZLOG_ERROR, "unable to re-opened error log file");
ZLOG_ERROR        106 sapi/fpm/fpm/fpm_events.c 					zlog(ZLOG_ERROR, "unable to re-opened access log file");
ZLOG_ERROR        288 sapi/fpm/fpm/fpm_events.c 		zlog(ZLOG_ERROR, "event mechanism '%s' is not available on this system", machanism);
ZLOG_ERROR        290 sapi/fpm/fpm/fpm_events.c 		zlog(ZLOG_ERROR, "unable to find a suitable event mechanism on this system");
ZLOG_ERROR        314 sapi/fpm/fpm/fpm_events.c 		zlog(ZLOG_ERROR, "no event module found");
ZLOG_ERROR        319 sapi/fpm/fpm/fpm_events.c 		zlog(ZLOG_ERROR, "Incomplete event implementation. Please open a bug report on https://bugs.php.net.");
ZLOG_ERROR        333 sapi/fpm/fpm/fpm_events.c 		zlog(ZLOG_ERROR, "Unable to initialize the event module %s", module->name);
ZLOG_ERROR       1433 sapi/fpm/fpm/fpm_main.c 		zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: only classic entries are allowed");
ZLOG_ERROR       1440 sapi/fpm/fpm/fpm_main.c 		zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty key");
ZLOG_ERROR       1449 sapi/fpm/fpm/fpm_main.c 		zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty value for key '%s'", key);
ZLOG_ERROR       1457 sapi/fpm/fpm/fpm_main.c 		zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: unable to set '%s'", key);
ZLOG_ERROR       1934 sapi/fpm/fpm/fpm_main.c 					zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno));
ZLOG_ERROR        123 sapi/fpm/fpm/fpm_php.c 			zlog(ZLOG_ERROR, "Unable to set php_value '%s'", kv->key);
ZLOG_ERROR        129 sapi/fpm/fpm/fpm_php.c 			zlog(ZLOG_ERROR, "Unable to set php_admin_value '%s'", kv->key);
ZLOG_ERROR         46 sapi/fpm/fpm/fpm_scoreboard.c 			zlog(ZLOG_ERROR, "[pool %s] Unable to create scoreboard SHM because max_client is not set", wp->config->name);
ZLOG_ERROR         51 sapi/fpm/fpm/fpm_scoreboard.c 			zlog(ZLOG_ERROR, "[pool %s] Unable to create scoreboard SHM because it already exists", wp->config->name);
ZLOG_ERROR        233 sapi/fpm/fpm/fpm_scoreboard.c 		zlog(ZLOG_ERROR, "**scoreboard is NULL");
ZLOG_ERROR        306 sapi/fpm/fpm/fpm_scoreboard.c 		zlog(ZLOG_ERROR, "[pool %s] no free scoreboard slot", scoreboard->pool);
ZLOG_ERROR         47 sapi/fpm/fpm/fpm_shm.c 		zlog(ZLOG_ERROR, "mem is NULL");
ZLOG_ERROR        182 sapi/fpm/fpm/fpm_sockets.c 			zlog(ZLOG_ERROR, "An another FPM instance seems to already listen on %s", ((struct sockaddr_un *) sa)->sun_path);
ZLOG_ERROR        274 sapi/fpm/fpm/fpm_sockets.c 		zlog(ZLOG_ERROR, "invalid port value '%s'", port_str);
ZLOG_ERROR        302 sapi/fpm/fpm/fpm_sockets.c 		zlog(ZLOG_ERROR, "getaddrinfo: %s\n", gai_strerror(status));
ZLOG_ERROR         28 sapi/fpm/fpm/fpm_status.c 		zlog(ZLOG_ERROR, "unable to init fpm_status because conf structure is NULL");
ZLOG_ERROR         38 sapi/fpm/fpm/fpm_status.c 			zlog(ZLOG_ERROR, "[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp->config->ping_path);
ZLOG_ERROR         86 sapi/fpm/fpm/fpm_status.c 			zlog(ZLOG_ERROR, "status: unable to find or access status shared memory");
ZLOG_ERROR        109 sapi/fpm/fpm/fpm_status.c 			zlog(ZLOG_ERROR, "[pool %s] invalid status values", scoreboard.pool);
ZLOG_ERROR         40 sapi/fpm/fpm/fpm_trace_mach.c 		zlog(ZLOG_ERROR, "failed to read vm page: mach_vm_read(): %s (%d)", mach_error_string(kr), kr);
ZLOG_ERROR         68 sapi/fpm/fpm/fpm_trace_mach.c 		zlog(ZLOG_ERROR, "task_for_pid() failed: %s (%d)%s", mach_error_string(kr), kr, msg);
ZLOG_ERROR         89 sapi/fpm/fpm/fpm_unix.c 					zlog(ZLOG_ERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, wp->config->user);
ZLOG_ERROR        109 sapi/fpm/fpm/fpm_unix.c 					zlog(ZLOG_ERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, wp->config->group);
ZLOG_ERROR        118 sapi/fpm/fpm/fpm_unix.c 				zlog(ZLOG_ERROR, "[pool %s] please specify user and group other than root", wp->config->name);
ZLOG_ERROR        320 sapi/fpm/fpm/fpm_unix.c 						zlog(ZLOG_ERROR, "no data have been read from pipe");
ZLOG_ERROR        333 sapi/fpm/fpm/fpm_unix.c 					zlog(ZLOG_ERROR, "the master process didn't send back its status (via the pipe to the calling process)");
ZLOG_ERROR         31 sapi/fpm/fpm/zlog.c 	[ZLOG_ERROR]   = "ERROR",
ZLOG_ERROR         40 sapi/fpm/fpm/zlog.c 	[ZLOG_ERROR]   = LOG_ERR,
ZLOG_ERROR         39 sapi/fpm/fpm/zlog.h #define ZLOG_SYSERROR (ZLOG_ERROR | ZLOG_HAVE_ERRNO)