Home
last modified time | relevance | path

Searched refs:CGIG (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c203 #define CGIG(v) (php_cgi_globals.v) macro
630 if (CGIG(fix_pathinfo)) { in sapi_cgi_register_variables()
676 if (CGIG(fcgi_logging) && request && message && len > 0) { in sapi_cgi_log_fastcgi()
1163 if (CGIG(fix_pathinfo)) {
1413 if (!CGIG(discard_path) && env_path_translated) {
1540 zend_hash_destroy(&CGIG(user_config_cache));
1844 if (cgi && CGIG(force_redirect)) {
1855 (!CGIG(redirect_status_env) || !getenv(CGIG(redirect_status_env)))
2002 if (CGIG(error_header) && *CGIG(error_header)) {
2005 ctr.line = CGIG(error_header);
[all …]
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c206 #define CGIG(v) (php_cgi_globals.v) macro
417 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) in sapi_cgi_send_headers()
678 if (CGIG(fix_pathinfo)) { in sapi_cgi_register_variables()
736 if (fcgi_is_fastcgi() && CGIG(fcgi_logging)) { in sapi_cgi_log_message()
1199 if (CGIG(fix_pathinfo)) {
1419 if (!CGIG(discard_path) && env_path_translated) {
1510 zend_hash_destroy(&CGIG(user_config_cache));
1932 if (cgi && CGIG(force_redirect)) {
1943 (!CGIG(redirect_status_env) || !getenv(CGIG(redirect_status_env)))
2142 if (fastcgi && CGIG(impersonate)) {
[all …]

Completed in 33 milliseconds