mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
53f8b2d28b
@ 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. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
CREDITS | ||
Makefile.in | ||
mod_files.c | ||
mod_files.h | ||
mod_files.sh | ||
mod_mm.c | ||
mod_mm.h | ||
mod_user.c | ||
mod_user.h | ||
php_session.h | ||
session.c | ||
setup.stub |