ZF-7196: Zend_Session_Abstract::_namespaceUnset() always unsets the whole namespace
Description
There is a bug on line 123 in Zend_Session_Abstract class file. Instead of unsetting just the variable within a namespace, the whole namespace is unset.
There is a bug on line 123 in Zend_Session_Abstract class file. Instead of unsetting just the variable within a namespace, the whole namespace is unset.
Comments
Posted by Ikar Pohorsky (ikarus_cz) on 2010-05-20T09:00:19.000+0000
this patch (for 1.9.8) fixes the behavior
Posted by Torio Farazdagi (torio) on 2010-05-20T09:21:28.000+0000
Although no unit test is contained - the attached patch actually resolves issue
Posted by Jan Pieper (jpieper) on 2010-11-12T15:18:25.000+0000
Attached patch with fix and test but I think ZF-8600 should be fixed before.
Posted by Jan Pieper (jpieper) on 2010-11-15T02:58:15.000+0000
This issue requires ZF-8600 to be fixed.
Posted by Jan Pieper (jpieper) on 2010-11-18T13:04:13.000+0000
Fixed in r23373.