Home
last modified time | relevance | path

Searched refs:zlog (Results 26 – 31 of 31) sorted by relevance

12

/PHP-5.5/sapi/fpm/fpm/events/
H A Dselect.c106 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_select_wait()
146zlog(ZLOG_ERROR, "select: not enough space in the select fd list (max = %d). Please consider using… in fpm_event_select_add()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c123 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()
256zlog(ZLOG_NOTICE, "Access to the script '%s' has been denied (see security.limit_extensions)", pat… in fpm_php_limit_extensions()
H A Dzlog.h8 #define zlog(flags,...) zlog_ex(__func__, __LINE__, flags, __VA_ARGS__) macro
H A Dfpm_main.c689 zlog(ZLOG_NOTICE, "PHP message: %s", message); in sapi_cgi_log_message()
1433 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: only classic entries are allowed");
1440 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty key");
1449 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty value for key '%s'", key);
1457 zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: unable to set '%s'", key);
1851 zlog(ZLOG_DEBUG, "Sending \"0\" (error) to parent via fd=%d", fpm_globals.send_config_pipe[1]);
1860 zlog(ZLOG_DEBUG, "Sending \"1\" (OK) to parent via fd=%d", fpm_globals.send_config_pipe[1]);
1911 zlog(ZLOG_DEBUG, "Primary script unknown");
1934 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno));
H A Dfastcgi.c275 zlog(ZLOG_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_set_allowed_clients()
282 zlog(ZLOG_ERROR, "There are no allowed addresses for this pool"); in fcgi_set_allowed_clients()
802zlog(ZLOG_ERROR, "Connection disallowed: IP address '%s' has been dropped.", fcgi_get_last_client_… in fcgi_is_allowed()
911 zlog(ZLOG_ERROR, "Too many open file descriptors. FD_SETSIZE limit exceeded.");
/PHP-5.5/sapi/fpm/
H A Dconfig.m4672 fpm/zlog.c \

Completed in 43 milliseconds

12