Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c165 zend_bool nph; member
403 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
1464 …STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_gl…
1479 php_cgi_globals->nph = 0;
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c163 zend_bool nph; member
412 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
1458 …STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_gl…
1475 php_cgi_globals->nph = 0;
/PHP-5.5/
H A Dphp.ini-development737 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
739 ;cgi.nph = 1
H A Dphp.ini-production737 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
739 ;cgi.nph = 1

Completed in 33 milliseconds