Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c146 zend_bool nph; member
319 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
1388 …STD_PHP_INI_BOOLEAN("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_…
1402 php_cgi_globals->nph = 0; in PHP_INI_END()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c166 zend_bool nph; member
378 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
1507 …STD_PHP_INI_BOOLEAN("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_…
1526 php_cgi_globals->nph = 0;
/PHP-8.0/
H A Dphp.ini-development787 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
789 ;cgi.nph = 1
H A Dphp.ini-production789 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
791 ;cgi.nph = 1

Completed in 22 milliseconds