Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c155 } php_cgi_globals_struct; typedef
182 #define CGIG(v) ZEND_TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v)
184 static php_cgi_globals_struct php_cgi_globals;
1388 …nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_globals_struct, php_cgi_g…
1391 …nfo", "1", PHP_INI_SYSTEM, OnUpdateBool, fix_pathinfo, php_cgi_globals_struct, php_cgi_g…
1392 …ath", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, php_cgi_globals_struct, php_cgi_g…
1393 …ng", "1", PHP_INI_SYSTEM, OnUpdateBool, fcgi_logging, php_cgi_globals_struct, php_cgi_g…
1394 …_header", NULL, PHP_INI_SYSTEM, OnUpdateString, error_header, php_cgi_globals_struct, php_cgi_g…
1395 …pm.config", NULL, PHP_INI_SYSTEM, OnUpdateString, fpm_config, php_cgi_globals_struct, php_cgi_g…
1399 static void php_cgi_globals_ctor(php_cgi_globals_struct *php_cgi_globals) in PHP_INI_END()
[all …]
/PHP-8.0/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;
1507 …nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_globals_struct, php_cgi_g…
1509 …ect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect, php_cgi_globals_struct, php_cgi_g…
1511 …nfo", "1", PHP_INI_SYSTEM, OnUpdateBool, fix_pathinfo, php_cgi_globals_struct, php_cgi_g…
1512 …ath", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, php_cgi_globals_struct, php_cgi_g…
1513 …ng", "1", PHP_INI_SYSTEM, OnUpdateBool, fcgi_logging, php_cgi_globals_struct, php_cgi_g…
1515 …rsonate", "0", PHP_INI_SYSTEM, OnUpdateBool, impersonate, php_cgi_globals_struct, php_cgi_g…
1520 static void php_cgi_globals_ctor(php_cgi_globals_struct *php_cgi_globals)
[all …]

Completed in 19 milliseconds