php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_cgi_globals_struct Struct Reference

Data Fields

HashTable user_config_cache
 
char * redirect_status_env
 
bool rfc2616_headers
 
bool nph
 
bool check_shebang_line
 
bool fix_pathinfo
 
bool force_redirect
 
bool discard_path
 
bool fcgi_logging
 
bool fcgi_logging_request_started
 
char * error_header
 
char * fpm_config
 

Detailed Description

Definition at line 166 of file cgi_main.c.

Field Documentation

◆ check_shebang_line

bool _php_cgi_globals_struct::check_shebang_line

Definition at line 171 of file cgi_main.c.

◆ discard_path

bool _php_cgi_globals_struct::discard_path

Definition at line 174 of file cgi_main.c.

◆ error_header

char* _php_cgi_globals_struct::error_header

Definition at line 152 of file fpm_main.c.

◆ fcgi_logging

bool _php_cgi_globals_struct::fcgi_logging

Definition at line 175 of file cgi_main.c.

◆ fcgi_logging_request_started

bool _php_cgi_globals_struct::fcgi_logging_request_started

Definition at line 149 of file fpm_main.c.

◆ fix_pathinfo

bool _php_cgi_globals_struct::fix_pathinfo

Definition at line 172 of file cgi_main.c.

◆ force_redirect

bool _php_cgi_globals_struct::force_redirect

Definition at line 173 of file cgi_main.c.

◆ fpm_config

char* _php_cgi_globals_struct::fpm_config

Definition at line 153 of file fpm_main.c.

◆ nph

bool _php_cgi_globals_struct::nph

Definition at line 170 of file cgi_main.c.

◆ redirect_status_env

char * _php_cgi_globals_struct::redirect_status_env

Definition at line 168 of file cgi_main.c.

◆ rfc2616_headers

bool _php_cgi_globals_struct::rfc2616_headers

Definition at line 169 of file cgi_main.c.

◆ user_config_cache

HashTable _php_cgi_globals_struct::user_config_cache

Definition at line 167 of file cgi_main.c.


The documentation for this struct was generated from the following files: