Home
last modified time | relevance | path

Searched refs:TRACK_VARS_SERVER (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/main/
H A Dphp_variables.c597 if (PG(http_globals)[TRACK_VARS_SERVER]) { in php_register_server_variables()
598 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]); in php_register_server_variables()
600 PG(http_globals)[TRACK_VARS_SERVER] = array_ptr; in php_register_server_variables()
757 …php_autoglobal_merge(&EG(symbol_table), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]) TSRMLS_CC); in php_hash_environment()
766 php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); in php_hash_environment()
814 php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); in php_auto_globals_create_server()
823 if (PG(http_globals)[TRACK_VARS_SERVER]) { in php_auto_globals_create_server()
824 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]); in php_auto_globals_create_server()
826 PG(http_globals)[TRACK_VARS_SERVER] = server_vars; in php_auto_globals_create_server()
830 Z_ADDREF_P(PG(http_globals)[TRACK_VARS_SERVER]); in php_auto_globals_create_server()
[all …]
H A Dphp_globals.h44 #define TRACK_VARS_SERVER 3 macro
/PHP-5.3/sapi/apache_hooks/
H A Dsapi_apache.c86 php_register_variable_ex("request", req, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); in apache_php_module_hook()
90 …p_register_variable("PHP_SELF_HOOK", handler->name, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); in apache_php_module_hook()
/PHP-5.3/ext/zlib/
H A Dzlib.c1006 if (!PG(http_globals)[TRACK_VARS_SERVER] in PHP_FUNCTION()
1007 …|| zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "HTTP_ACCEPT_ENCODING", sizeof("H… in PHP_FUNCTION()
1115 if (!PG(http_globals)[TRACK_VARS_SERVER] in php_enable_output_compression()
1116 …|| zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "HTTP_ACCEPT_ENCODING", sizeof("H… in php_enable_output_compression()
/PHP-5.3/ext/standard/
H A Dbrowscap.c500 if (!PG(http_globals)[TRACK_VARS_SERVER] || in PHP_FUNCTION()
501 …zend_hash_find(HASH_OF(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_… in PHP_FUNCTION()
H A Dbasic_functions.c4268 if (PG(http_globals)[TRACK_VARS_SERVER] &&
4269 …(zend_hash_find(HASH_OF(PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv"), (void **) &a…
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c581 } else if (PG(http_globals)[TRACK_VARS_SERVER] && in cgi_php_import_environment_variables()
582 array_ptr != PG(http_globals)[TRACK_VARS_SERVER] && in cgi_php_import_environment_variables()
583 Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && in cgi_php_import_environment_variables()
584 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in cgi_php_import_environment_variables()
587 *array_ptr = *PG(http_globals)[TRACK_VARS_SERVER]; in cgi_php_import_environment_variables()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c603 } else if (PG(http_globals)[TRACK_VARS_SERVER] && in cgi_php_import_environment_variables()
604 array_ptr != PG(http_globals)[TRACK_VARS_SERVER] && in cgi_php_import_environment_variables()
605 Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && in cgi_php_import_environment_variables()
606 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in cgi_php_import_environment_variables()
609 *array_ptr = *PG(http_globals)[TRACK_VARS_SERVER]; in cgi_php_import_environment_variables()
/PHP-5.3/ext/session/
H A Dsession.c1447 if (!PS(use_only_cookies) && !PS(id) && PG(http_globals)[TRACK_VARS_SERVER] &&
1448 …zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("REQUEST_URI…
1467 PG(http_globals)[TRACK_VARS_SERVER] &&
1468 …zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("HTTP_REFER…
/PHP-5.3/ext/filter/
H A Dfilter.c431 PARSE_CASE(PARSE_SERVER, server_array, TRACK_VARS_SERVER) in php_sapi_filter()
/PHP-5.3/ext/phar/
H A Dphar_object.c69 if (!PG(http_globals)[TRACK_VARS_SERVER]) { in phar_mung_server_vars()
73 _SERVER = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]); in phar_mung_server_vars()
609 if (PG(http_globals)[TRACK_VARS_SERVER]) {
610 HashTable *_server = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]);
/PHP-5.3/ext/soap/
H A Dsoap.c2233 if (PG(http_globals)[TRACK_VARS_SERVER] &&
2234 …zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "HTTP_USER_AGENT", sizeof("HTTP_USER…

Completed in 67 milliseconds