mirror of
https://github.com/php/php-src.git
synced 2024-12-03 14:54:40 +08:00
8a586103fc
session_register("c"); unset($c); $c = time(); If a user unsets a global session variable, it is not a reference to a $_SESSION slot anymore. During serialization, PHP 4.2 will not find the respective entry in $_SESSION and fall back to the global sym table. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
CREDITS | ||
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 |