discard_path      171 sapi/cgi/cgi_main.c 	zend_bool discard_path;
discard_path     1391 sapi/cgi/cgi_main.c 			if (!CGIG(discard_path) && env_path_translated) {
discard_path     1443 sapi/cgi/cgi_main.c 	STD_PHP_INI_ENTRY("cgi.discard_path",        "0",  PHP_INI_SYSTEM, OnUpdateBool,   discard_path, php_cgi_globals_struct, php_cgi_globals)
discard_path     1463 sapi/cgi/cgi_main.c 	php_cgi_globals->discard_path = 0;
discard_path      170 sapi/fpm/fpm/fpm_main.c 	zend_bool discard_path;
discard_path     1376 sapi/fpm/fpm/fpm_main.c 			if (!CGIG(discard_path) && env_path_translated) {
discard_path     1471 sapi/fpm/fpm/fpm_main.c 	STD_PHP_INI_ENTRY("cgi.discard_path",        "0",  PHP_INI_SYSTEM, OnUpdateBool,   discard_path, php_cgi_globals_struct, php_cgi_globals)
discard_path     1486 sapi/fpm/fpm/fpm_main.c 	php_cgi_globals->discard_path = 0;