1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00
Files
archived-php-src/main
Andrei Zmievski 20190c966d Session variables now obey track_vars and gpc_globals settings.
If track_vars is on then decoded variables appear in $HTTP_STATE_VARS
array. If gpc_globals is on, then session vars are decoded into global
variables. If both are on, then globals and $HTTP_STATE_VARS contents
are references to each other.

The /decoder functions now just need to call php_set_session_var()
this behavior.

@ -Session vars are now decoded into $HTTP_STATE_VARS[] array and the
@ globals, depending on track_vars and gpc_globals settings (Andrei)

# Encoding source is currently only globals. We may want to change this
# in the future.
1999-12-04 17:02:04 +00:00
..
1999-07-16 13:13:16 +00:00
1999-07-14 23:33:00 +00:00
1999-11-06 10:01:55 +00:00
1999-09-16 22:31:33 +00:00
1999-11-30 20:46:07 +00:00
1999-11-17 13:25:44 +00:00
1999-11-27 00:48:50 +00:00
1999-11-30 20:46:07 +00:00
1999-04-07 21:05:13 +00:00
1999-07-31 19:53:02 +00:00
1999-11-27 00:48:50 +00:00
1999-11-27 00:48:50 +00:00
1999-04-07 21:05:13 +00:00