Searched refs:CGIG (Results 1 – 2 of 2) sorted by relevance
206 #define CGIG(v) (php_cgi_globals.v) macro601 if (CGIG(fix_pathinfo)) { in sapi_cgi_register_variables()647 if (CGIG(fcgi_logging) && request && message && len > 0) { in sapi_cgi_log_fastcgi()1127 if (CGIG(fix_pathinfo)) {1377 if (!CGIG(discard_path) && env_path_translated) {1513 zend_hash_destroy(&CGIG(user_config_cache));1822 if (cgi && CGIG(force_redirect)) {1833 (!CGIG(redirect_status_env) || !getenv(CGIG(redirect_status_env)))1979 if (CGIG(error_header) && *CGIG(error_header)) {1982 ctr.line = CGIG(error_header);[all …]
214 #define CGIG(v) (php_cgi_globals.v)393 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()713 if (CGIG(fix_pathinfo)) { in sapi_cgi_register_variables()771 if (fcgi_is_fastcgi() && CGIG(fcgi_logging)) { in sapi_cgi_log_message()1232 if (CGIG(fix_pathinfo)) {1452 if (!CGIG(discard_path) && env_path_translated) {1573 zend_hash_destroy(&CGIG(user_config_cache));1983 if (cgi && CGIG(force_redirect)) {1994 (!CGIG(redirect_status_env) || !getenv(CGIG(redirect_status_env)))2355 if (fastcgi && CGIG(impersonate)) {[all …]
Completed in 12 milliseconds