Lines Matching refs:CGIG
203 #define CGIG(v) ZEND_TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v) macro
209 #define CGIG(v) (php_cgi_globals.v)
380 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
385 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
650 if (CGIG(fix_pathinfo)) { in sapi_cgi_register_variables()
708 if (fcgi_is_fastcgi() && CGIG(fcgi_logging)) { in sapi_cgi_log_message()
741 if ((entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len)) == NULL) {
746 entry = zend_hash_str_update_ptr(&CGIG(user_config_cache), path, path_len, new_entry);
1171 if (CGIG(fix_pathinfo)) {
1391 if (!CGIG(discard_path) && env_path_translated) {
1485 zend_hash_destroy(&CGIG(user_config_cache));
1907 if (cgi && CGIG(force_redirect)) {
1918 (!CGIG(redirect_status_env) || !getenv(CGIG(redirect_status_env)))
2129 if (fastcgi && CGIG(impersonate)) {
2376 if (CGIG(check_shebang_line)) {