1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00
Files
archived-php-src/ext/standard
Zeev Suraski 9ab35ae393 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)
2000-01-28 17:24:53 +00:00
..
2000-01-04 13:22:58 +00:00
1999-05-16 11:19:26 +00:00
1999-12-18 04:01:20 +00:00
1999-12-17 20:55:31 +00:00
1999-05-16 11:19:26 +00:00
1999-12-18 04:01:20 +00:00
2000-01-15 19:42:40 +00:00
1999-12-18 04:01:20 +00:00
1999-06-16 17:06:53 +00:00
1999-12-18 04:01:20 +00:00
1999-12-17 20:55:32 +00:00
1999-09-15 05:08:45 +00:00
1999-12-17 19:51:39 +00:00
1999-12-18 04:01:20 +00:00
1999-12-18 04:01:20 +00:00
2000-01-13 17:37:25 +00:00
1999-12-28 18:47:59 +00:00
1999-05-16 11:19:26 +00:00
1999-05-16 11:19:26 +00:00
1999-05-16 11:19:26 +00:00
1999-12-18 04:01:20 +00:00
1999-12-18 04:01:20 +00:00
1999-05-16 11:19:26 +00:00
1999-12-18 04:01:20 +00:00
2000-01-04 13:22:58 +00:00