Home
last modified time | relevance | path

Searched refs:nph (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c147 zend_bool nph; member
324 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
1397 …STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_gl…
1412 php_cgi_globals->nph = 0; in PHP_INI_END()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c166 zend_bool nph; member
382 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
1520 …STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_gl…
1540 php_cgi_globals->nph = 0;
/PHP-7.4/
H A Dphp.ini-development780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
782 ;cgi.nph = 1
H A Dphp.ini-production780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
782 ;cgi.nph = 1

Completed in 28 milliseconds