Home
last modified time | relevance | path

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

/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c167 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 Dcgi_main.c167 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 Dphp.ini-development742 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
744 ;cgi.nph = 1
H A Dphp.ini-production742 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
744 ;cgi.nph = 1

Completed in 25 milliseconds