Home
last modified time | relevance | path

Searched refs:name (Results 101 – 125 of 1612) sorted by last modified time

12345678910>>...65

/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt42 <Object name="default">
62 <Object name="x-httpd-php">
83 <Object name="default">
149 for the correct DLL name. The DLL with the biggest filesize is the right one.
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c26 static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_value, int new_valu… in fpm_php_zend_ini_alter_master() argument
31 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) { in fpm_php_zend_ini_alter_master()
84 char *name = kv->key; in fpm_php_apply_defines_ex() local
86 int name_len = strlen(name); in fpm_php_apply_defines_ex()
89 if (!strcmp(name, "extension") && *value) { in fpm_php_apply_defines_ex()
95 …if (fpm_php_zend_ini_alter_master(name, name_len+1, value, value_len, mode, PHP_INI_STAGE_ACTIVATE… in fpm_php_apply_defines_ex()
99 if (!strcmp(name, "disable_functions") && *value) { in fpm_php_apply_defines_ex()
106 if (!strcmp(name, "disable_classes") && *value) { in fpm_php_apply_defines_ex()
H A Dfpm_php_trace.c57 fprintf(slowlog, "\n%s [pool %s] pid %d\n", buf, child->wp->config->name, (int) pid); in fpm_php_trace_dump()
H A Dfpm_process_ctl.c158 child->wp->config->name, signo, in fpm_pctl_kill_all()
347 …to be served, consider raising pm.max_children setting (%d)", wp->config->name, cur_lq, wp->config… in fpm_pctl_perform_idle_server_maintenance()
362 …zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, ac… in fpm_pctl_perform_idle_server_maintenance()
379 …n, %d spare children, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->… in fpm_pctl_perform_idle_server_maintenance()
392 …r reached pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max… in fpm_pctl_perform_idle_server_maintenance()
400 …wning %d children, there are %d idle, and %d total children", wp->config->name, wp->idle_spawn_rat… in fpm_pctl_perform_idle_server_maintenance()
411 …r reached pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max… in fpm_pctl_perform_idle_server_maintenance()
428 …zlog(ZLOG_DEBUG, "[pool %s] %d child(ren) have been created dynamically", wp->config->name, childr… in fpm_pctl_perform_idle_server_maintenance()
515 …rver reached max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max… in fpm_pctl_on_socket_accept()
536 …g(ZLOG_DEBUG, "[pool %s] got accept without idle child available .... I forked", wp->config->name); in fpm_pctl_on_socket_accept()
H A Dfpm_request.c268 …child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.req… in fpm_request_check_timed_out()
278 …child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.req… in fpm_request_check_timed_out()
H A Dfpm_scoreboard.c46 …RROR, "[pool %s] Unable to create scoreboard SHM because max_client is not set", wp->config->name); in fpm_scoreboard_init_main()
51 …OG_ERROR, "[pool %s] Unable to create scoreboard SHM because it already exists", wp->config->name); in fpm_scoreboard_init_main()
70 strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool)); in fpm_scoreboard_init_main()
H A Dfpm_status.c38 …zlog(ZLOG_ERROR, "[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp-… in fpm_status_init_child()
H A Dfpm_stdio.c166 zlog(ZLOG_WARNING, "[pool %s] child %d said into %s: \"%s\"%s", child->wp->config->name, in fpm_stdio_child_said()
H A Dfpm_unix.c49 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, c->listen_owner); in fpm_unix_resolve_socket_premissions()
62 … zlog(ZLOG_SYSERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, c->listen_group); in fpm_unix_resolve_socket_premissions()
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()
174 zlog(ZLOG_SYSERROR, "[pool %s] failed to chroot(%s)", wp->config->name, wp->config->chroot); in fpm_unix_init_child()
182 zlog(ZLOG_SYSERROR, "[pool %s] failed to chdir(%s)", wp->config->name, wp->config->chdir); in fpm_unix_init_child()
193 zlog(ZLOG_SYSERROR, "[pool %s] Unable to set priority for this new process", wp->config->name); in fpm_unix_init_child()
200 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
210 zlog(ZLOG_SYSERROR, "[pool %s] failed to setuid(%d)", wp->config->name, wp->set_uid); in fpm_unix_init_child()
[all …]
H A Dfastcgi.c1112 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len) argument
1119 zend_hash_add(&fcgi_mgmt_vars, name, name_len + 1, &zvalue, sizeof(zvalue), NULL);
H A Dfastcgi.h133 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len);
H A Dfpm_children.c158 zlog(ZLOG_ERROR, "[pool %s] child failed to initialize", wp->config->name); in fpm_child_init()
252 …child %d exited %s after %ld.%06d seconds from start", child->wp->config->name, (int) pid, buf, tv… in fpm_children_bury()
254 …process management after %ld.%06d seconds from start", child->wp->config->name, (int) pid, tv2.tv_… in fpm_children_bury()
308 zlog(ZLOG_ERROR, "[pool %s] unable to malloc new child", wp->config->name); in fpm_resources_prepare()
421 …zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pi… in fpm_children_make()
441 zlog(ZLOG_ERROR, "[pool %s] unable to malloc the ondemand socket event", wp->config->name); in fpm_children_create_initial()
H A Dfpm_conf.c631 free(wpc->name); in fpm_worker_pool_config_free()
1092 …et listen address as it's already used in another pool '%s'", wp2->config->name, wp->config->name); in fpm_conf_process_all_pools()
1308 if (!wp->config->name) continue; in fpm_conf_ini_parser_section()
1323 config->name = strdup(Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1324 if (!config->name) { in fpm_conf_ini_parser_section()
1344 if (!strcmp(Z_STRVAL_P(name), "include")) { in fpm_conf_ini_parser_entry()
1362 for (; parser->name; parser++) { in fpm_conf_ini_parser_entry()
1363 if (!strcasecmp(parser->name, Z_STRVAL_P(name))) { in fpm_conf_ini_parser_entry()
1406 if (!strcmp("env", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1415 } else if (!strcmp("php_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
[all …]
H A Dfpm_conf.h55 char *name; member
94 char *name; member
H A Dfpm_env.c26 int setenv(char *name, char *value, int clobber) /* {{{ */ in setenv() argument
32 if (clobber == 0 && getenv(name) != 0) { in setenv()
36 if ((cp = malloc(strlen(name) + strlen(value) + 2)) == 0) { in setenv()
39 sprintf(cp, "%s=%s", name, value); in setenv()
44 int setenv(char *name, char *value, int overwrite) /* {{{ */ in setenv() argument
46 int name_len = strlen(name); in setenv()
50 memcpy(var, name, name_len); in setenv()
88 void unsetenv(const char *name) /* {{{ */ in unsetenv() argument
90 if(getenv(name) != NULL) { in unsetenv()
95 if (nvmatch(name, environ[ct]) != 0) del=ct; /* <--- WTF?! */ in unsetenv()
[all …]
H A Dfpm_env.h19 int setenv(char *name, char *value, int overwrite);
H A Dfpm_events.c242 if (!machanism || strcasecmp(module->name, machanism) == 0) { in fpm_event_pre_init()
250 if (!machanism || strcasecmp(module->name, machanism) == 0) { in fpm_event_pre_init()
258 if (!machanism || strcasecmp(module->name, machanism) == 0) { in fpm_event_pre_init()
266 if (!machanism || strcasecmp(module->name, machanism) == 0) { in fpm_event_pre_init()
274 if (!machanism || strcasecmp(module->name, machanism) == 0) { in fpm_event_pre_init()
282 if (!machanism || strcasecmp(module->name, machanism) == 0) { in fpm_event_pre_init()
298 return module ? module->name : NULL; in fpm_event_machanism_name()
333 zlog(ZLOG_ERROR, "Unable to initialize the event module %s", module->name); in fpm_event_init_main()
337 zlog(ZLOG_DEBUG, "event module is %s and %d fds have been reserved", module->name, max); in fpm_event_init_main()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in123 ; ports and different management options. The name of the pool will be
129 ; pool name ('www' here)
260 ; pool - the name of the pool;
394 ; it must be associated with embraces to specify the name of the env
408 ; %n: pool name
410 ; it must be associated with embraces to specify the name of the header:
H A Dconfig.m4634 AC_DEFINE_UNQUOTED(PHP_FPM_USER, "$php_fpm_user", [fpm user name])
635 AC_DEFINE_UNQUOTED(PHP_FPM_GROUP, "$php_fpm_group", [fpm group name])
/PHP-5.5/sapi/fpm/fpm/events/
H A Ddevpoll.c42 .name = "/dev/poll",
H A Depoll.c38 .name = "epoll",
H A Dkqueue.c41 .name = "kqueue",
H A Dpoll.c39 .name = "poll",
H A Dport.c39 .name = "port",
H A Dselect.c44 .name = "select",

Completed in 57 milliseconds

12345678910>>...65