Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c156 } php_cgi_globals_struct; typedef
183 #define CGIG(v) ZEND_TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v)
185 static php_cgi_globals_struct php_cgi_globals;
1397 …nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_globals_struct, php_cgi_g…
1400 …nfo", "1", PHP_INI_SYSTEM, OnUpdateBool, fix_pathinfo, php_cgi_globals_struct, php_cgi_g…
1401 …ath", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, php_cgi_globals_struct, php_cgi_g…
1402 …ng", "1", PHP_INI_SYSTEM, OnUpdateBool, fcgi_logging, php_cgi_globals_struct, php_cgi_g…
1403 …_header", NULL, PHP_INI_SYSTEM, OnUpdateString, error_header, php_cgi_globals_struct, php_cgi_g…
1404 …pm.config", NULL, PHP_INI_SYSTEM, OnUpdateString, fpm_config, php_cgi_globals_struct, php_cgi_g…
1409 static void php_cgi_globals_ctor(php_cgi_globals_struct *php_cgi_globals) in PHP_INI_END()
[all …]
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c175 } php_cgi_globals_struct; typedef
202 #define CGIG(v) ZEND_TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v)
207 static php_cgi_globals_struct php_cgi_globals;
1520 …nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_globals_struct, php_cgi_g…
1522 …ect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect, php_cgi_globals_struct, php_cgi_g…
1524 …nfo", "1", PHP_INI_SYSTEM, OnUpdateBool, fix_pathinfo, php_cgi_globals_struct, php_cgi_g…
1525 …ath", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, php_cgi_globals_struct, php_cgi_g…
1526 …ng", "1", PHP_INI_SYSTEM, OnUpdateBool, fcgi_logging, php_cgi_globals_struct, php_cgi_g…
1528 …rsonate", "0", PHP_INI_SYSTEM, OnUpdateBool, impersonate, php_cgi_globals_struct, php_cgi_g…
1534 static void php_cgi_globals_ctor(php_cgi_globals_struct *php_cgi_globals)
[all …]

Completed in 16 milliseconds