Home
last modified time | relevance | path

Searched refs:catch_workers_output (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_stdio.c185 if (0 == child->wp->config->catch_workers_output) { /* not required */ in fpm_stdio_prepare_pipes()
215 if (0 == child->wp->config->catch_workers_output) { /* not required */ in fpm_stdio_parent_use_pipes()
236 if (0 == child->wp->config->catch_workers_output) { /* not required */ in fpm_stdio_discard_pipes()
251 if (child->wp->config->catch_workers_output) { in fpm_stdio_child_use_pipes()
H A Dfpm_conf.h85 int catch_workers_output; member
H A Dfpm_events.c327 if (wp->config->catch_workers_output && wp->config->pm_max_children > 0) { in fpm_event_init_main()
H A Dfpm_conf.c150 { "catch_workers_output", &fpm_conf_set_boolean, WPO(catch_workers_output) },
1607 …zlog(ZLOG_NOTICE, "\tcatch_workers_output = %s", BOOL2STR(wp->config->catch_workers_output)); in fpm_conf_dump()
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in476 ;catch_workers_output = yes

Completed in 13 milliseconds