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
..
tests Make these tests succeed with non-standard settings 2002-01-10 05:11:19 +00:00
config.m4 Unified the configure messages. 2001-11-30 19:00:13 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
Makefile.in Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd 2000-05-02 04:01:15 +00:00
mod_files.c Update headers. 2001-12-11 15:32:16 +00:00
mod_files.h Update headers. 2001-12-11 15:32:16 +00:00
mod_files.sh - cleanup code 1999-08-22 14:14:46 +00:00
mod_mm.c Fix startup crash 2002-01-10 12:08:39 +00:00
mod_mm.h Update headers. 2001-12-11 15:32:16 +00:00
mod_user.c Update headers. 2001-12-11 15:32:16 +00:00
mod_user.h Update headers. 2001-12-11 15:32:16 +00:00
php_session.h Export php_session_register_module/serializer. 2002-01-16 04:56:35 +00:00
session.c @ - Don't touch any globals in session_unset() if register_globals is set 2002-01-17 18:56:11 +00:00
setup.stub first import of session module 1999-06-05 19:52:58 +00:00