Searched refs:nph (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_main.c | 167 zend_bool nph; member 365 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers() 1467 …STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_gl… 1482 php_cgi_globals->nph = 0;
|
/PHP-7.0/sapi/cgi/ |
H A D | cgi_main.c | 167 zend_bool nph; member 380 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers() 1438 …STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_gl… 1458 php_cgi_globals->nph = 0;
|
/PHP-7.0/ |
H A D | php.ini-development | 742 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with 744 ;cgi.nph = 1
|
H A D | php.ini-production | 742 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with 744 ;cgi.nph = 1
|
Completed in 41 milliseconds