1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/session
Sascha Schumann 07b9f0c1d5 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.

The irregularity confused ZEND_SET_SYMBOL_WITH_LENGTH which then did
the wrong thing WRT null values.

Fortunately, nulls can simply be ignored in this case, thus the old
code is restored and a new condition is added.
2003-07-22 01:10:30 +00:00
..
2000-11-20 10:33:33 +00:00
2003-05-20 20:01:54 +00:00
2002-12-31 16:37:36 +00:00
2002-12-31 16:37:36 +00:00
2002-12-31 16:37:36 +00:00
2002-12-31 16:37:36 +00:00
2002-12-31 16:37:36 +00:00
2003-07-22 01:10:30 +00:00