1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
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-11-23 06:46:40 +00:00
1999-11-23 06:46:40 +00:00
1999-10-20 18:09:44 +00:00
1999-11-20 22:50:42 +00:00
1999-11-25 06:56:40 +00:00
1999-11-30 22:54:16 +00:00
1999-11-29 20:04:02 +00:00
1999-11-22 02:31:32 +00:00
1999-11-26 17:12:01 +00:00
1999-12-04 12:06:32 +00:00
1999-12-03 13:24:30 +00:00
1999-11-09 16:01:31 +00:00
1999-11-19 13:06:12 +00:00
1999-11-19 13:06:12 +00:00