History log of /PHP-8.3/main/php_variables.c (Results 301 – 304 of 304)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 3811b58a 13-Feb-2000 Andi Gutmans

- Improve startup speed a bit by using the hash_*_ptr() functions

Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# b2449f92 29-Jan-2000 Zeev Suraski

- Change the argument order of php_register_variable() to something more
intuitive.
- Make the authentication variables be a part of the HTTP_SERVER_VARS[] array

# 99f079a3 28-Jan-2000 Zeev Suraski

- A few fixes
- Added register_argv_argc directive to allow disabling of argv/argc

# 9ab35ae3 28-Jan-2000 Zeev Suraski

Tried to centralize global variable registration as much as possible:

- Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
to $HTTP_GET_VARS[], contain environment

Tried to centralize global variable registration as much as possible:

- Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
to $HTTP_GET_VARS[], contain environment and server variables. Setting
register_globals to Off will now also prevent registration of the
environment and server variables into the global scope (Zeev)
- Renamed gpc_globals to register_globals (Zeev)
- Introduced variables_order that deprecates gpc_order, and allows control
over the server and environment variables, in addition to GET/POST/Cookies
(Zeev)

show more ...

1...<<111213