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         74 sapi/fpm/fpm/fpm.c 			zlog(ZLOG_ERROR, "FPM initialization failed");
ZLOG_ERROR         80 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        336 sapi/fpm/fpm/fpm_conf.c 		log_level = ZLOG_ERROR;
ZLOG_ERROR        714 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "'$prefix' must be use at the beginning of the value");
ZLOG_ERROR        750 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        761 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        785 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[pool %s] process.priority must be included into [-19,20]", wp->config->name);
ZLOG_ERROR        864 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        869 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        875 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        887 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        892 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        898 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        907 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        939 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        968 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        979 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        984 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        995 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       1005 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       1013 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       1049 sapi/fpm/fpm/fpm_conf.c 					zlog(ZLOG_ERROR, "[pool %s] unable to malloc extensions array", wp->config->name);
ZLOG_ERROR       1104 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       1171 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "process_max can't be negative");
ZLOG_ERROR       1176 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "process.priority must be included into [-19,20]");
ZLOG_ERROR       1226 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       1274 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       1285 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       1295 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", inc, filename, ini_lineno);
ZLOG_ERROR       1331 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       1337 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       1351 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       1358 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] two includes at the same time !", ini_filename, ini_lineno);
ZLOG_ERROR       1378 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       1385 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       1396 sapi/fpm/fpm/fpm_conf.c 	zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ZLOG_ERROR       1408 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Misspelled  array ?", ini_filename, ini_lineno);
ZLOG_ERROR       1413 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       1420 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] empty value", ini_filename, ini_lineno);
ZLOG_ERROR       1444 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] unknown directive '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ZLOG_ERROR       1450 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       1476 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] Unknown INI syntax", ini_filename, ini_lineno);
ZLOG_ERROR       1494 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "configuration filename is empty");
ZLOG_ERROR       1505 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "failed to include more than 5 files recusively");
ZLOG_ERROR       1651 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       1686 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "failed to load configuration file '%s'", fpm_globals.config);
ZLOG_ERROR       1691 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       1439 sapi/fpm/fpm/fpm_main.c 		zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: only classic entries are allowed");
ZLOG_ERROR       1446 sapi/fpm/fpm/fpm_main.c 		zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty key");
ZLOG_ERROR       1455 sapi/fpm/fpm/fpm_main.c 		zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty value for key '%s'", key);
ZLOG_ERROR       1463 sapi/fpm/fpm/fpm_main.c 		zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: unable to set '%s'", key);
ZLOG_ERROR       1945 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        239 sapi/fpm/fpm/fpm_scoreboard.c 		zlog(ZLOG_ERROR, "**scoreboard is NULL");
ZLOG_ERROR        312 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        271 sapi/fpm/fpm/fpm_sockets.c 		zlog(ZLOG_ERROR, "invalid port value '%s'", port_str);
ZLOG_ERROR        299 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        271 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        291 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        300 sapi/fpm/fpm/fpm_unix.c 				zlog(ZLOG_ERROR, "[pool %s] please specify user and group other than root", wp->config->name);
ZLOG_ERROR        535 sapi/fpm/fpm/fpm_unix.c 						zlog(ZLOG_ERROR, "no data have been read from pipe");
ZLOG_ERROR        548 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)