Home
last modified time | relevance | path

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

/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_stdio.c208 if (0 == child->wp->config->catch_workers_output) { /* not required */
238 if (0 == child->wp->config->catch_workers_output) { /* not required */
259 if (0 == child->wp->config->catch_workers_output) { /* not required */
274 if (child->wp->config->catch_workers_output) {
H A Dfpm_conf.h86 int catch_workers_output; member
H A Dfpm_events.c326 if (wp->config->catch_workers_output && wp->config->pm_max_children > 0) { in fpm_event_init_main()
H A Dfpm_conf.c154 { "catch_workers_output", &fpm_conf_set_boolean, WPO(catch_workers_output) },
1645 …zlog(ZLOG_NOTICE, "\tcatch_workers_output = %s", BOOL2STR(wp->config->catch_workers_output)); in fpm_conf_dump()
/PHP-7.1/sapi/fpm/tests/
H A Dsocket-invalid-allowed-clients.phpt23 catch_workers_output = yes
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in368 ;catch_workers_output = yes

Completed in 21 milliseconds