Searched refs:nph (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_main.c | 146 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 D | cgi_main.c | 166 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 D | php.ini-development | 787 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with 789 ;cgi.nph = 1
|
H A D | php.ini-production | 789 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with 791 ;cgi.nph = 1
|
Completed in 35 milliseconds