sas Mon Jul 21 21:10:31 2003 EDT
Modified files: (Branch: PHP_4_3) /php-src/ext/session session.c Log: Proper fix for #24592
The core issue is that undefined variables are refcounted (refcount != 0) while is_ref is still set to 0. I don't know whether this is a bug in the engine, but is it not the first time this irregularity has caused problems for the session extension.
There's nothing irregular about it, the session extension should get used to it :)
Zeev
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php