1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00
Files
archived-php-src/ext/session
Thies C. Arntzen 53f8b2d28b @ - Don't touch any globals in session_unset() if register_globals is set
@   to off. (Thies)

guys, shoot me if i'm wrong, but when we have set register_globals to off we
should _not_ touch any global variables at any time, right? so all session
register/unregister should only work on $HTTP_SESSION_VARS and $_SESSION. this
patch fixes at least one spot where we were touching globals even with
register_globals set to off.
2002-01-17 18:56:11 +00:00
..
2001-11-30 19:00:13 +00:00
2000-11-20 10:33:33 +00:00
2001-12-11 15:32:16 +00:00
2001-12-11 15:32:16 +00:00
1999-08-22 14:14:46 +00:00
2002-01-10 12:08:39 +00:00
2001-12-11 15:32:16 +00:00
2001-12-11 15:32:16 +00:00
2001-12-11 15:32:16 +00:00
1999-06-05 19:52:58 +00:00