ZLOG_ALERT        295 sapi/fpm/fpm/fpm_children.c 			zlog(ZLOG_ALERT, "oops, unknown child (%d) exited %s. Please open a bug report (https://bugs.php.net).", pid, buf);
ZLOG_ALERT        330 sapi/fpm/fpm/fpm_conf.c 		log_level = ZLOG_ALERT;
ZLOG_ALERT        754 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ALERT, "[pool %s] user has not been defined", wp->config->name);
ZLOG_ALERT        766 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ALERT, "[pool %s] no listen address have been defined!", wp->config->name);
ZLOG_ALERT        777 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ALERT, "[pool %s] the process manager is missing (static, dynamic or ondemand)", wp->config->name);
ZLOG_ALERT        783 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ALERT, "[pool %s] pm.max_children must be a positive value", wp->config->name);
ZLOG_ALERT        792 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ALERT, "[pool %s] pm.min_spare_servers(%d) must be a positive value", wp->config->name, config->pm_min_spare_servers);
ZLOG_ALERT        797 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ALERT, "[pool %s] pm.max_spare_servers(%d) must be a positive value", wp->config->name, config->pm_max_spare_servers);
ZLOG_ALERT        803 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ALERT, "[pool %s] pm.min_spare_servers(%d) and pm.max_spare_servers(%d) cannot be greater than pm.max_children(%d)", wp->config->name, config->pm_min_spare_servers, config->pm_max_spare_servers, config->pm_max_children);
ZLOG_ALERT        808 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ALERT, "[pool %s] pm.max_spare_servers(%d) must not be less than pm.min_spare_servers(%d)", wp->config->name, config->pm_max_spare_servers, config->pm_min_spare_servers);
ZLOG_ALERT        817 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ALERT, "[pool %s] pm.start_servers(%d) must not be less than pm.min_spare_servers(%d) and not greater than pm.max_spare_servers(%d)", wp->config->name, config->pm_start_servers, config->pm_min_spare_servers, config->pm_max_spare_servers);
ZLOG_ALERT        824 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ALERT, "[pool %s] ondemand process manager can ONLY be used when events.mechanisme is either epoll (Linux) or kqueue (*BSD).", wp->config->name);
ZLOG_ALERT        829 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ALERT, "[pool %s] pm.process_idle_timeout(%ds) must be greater than 0s", wp->config->name, config->pm_process_idle_timeout);
ZLOG_ALERT         32 sapi/fpm/fpm/zlog.c 	[ZLOG_ALERT]   = "ALERT",
ZLOG_ALERT         41 sapi/fpm/fpm/zlog.c 	[ZLOG_ALERT]   = LOG_ALERT,
ZLOG_ALERT         55 sapi/fpm/fpm/zlog.c 	} else if (log_level < ZLOG_DEBUG || log_level > ZLOG_ALERT) {
ZLOG_ALERT         94 sapi/fpm/fpm/zlog.c 	if (new_value < ZLOG_DEBUG || new_value > ZLOG_ALERT) return old_value;