Home
last modified time | relevance | path

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

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c165 zend_bool nph; member
399 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
1445 …STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_gl…
1460 php_cgi_globals->nph = 0;
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c162 zend_bool nph; member
396 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
1396 …STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_gl…
1413 php_cgi_globals->nph = 0;
/PHP-5.3/
H A Dphp.ini-development836 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
838 ;cgi.nph = 1
H A Dphp.ini-production836 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
838 ;cgi.nph = 1

Completed in 25 milliseconds