Hi all and Stas,

On Wed, Jan 27, 2016 at 3:53 PM, Stanislav Malyshev <smalys...@gmail.com> wrote:
>> The Horde_SessionHandler test suite still fail differently: Both
>> are related to "getSessionIDs" (which list active sessions)
>
> Any way to get a short repro script for that too?
>
> In general, I start to be more and more doubtful about the idea of
> messing with sessions in stable versions.

Don't rush into conclusion.
It was yet another session inspection test code is finding behavior change

https://gist.github.com/yohgaki/c3783b22bae9dcb78d69

This and php_session_cache_limiter() change result in successful tests.

This change is to avoid expired session being active again. (Which is
really bad behavior, but it's probability based so it does not matter
much for current PHP, though)

If these bug fixes that correct invalid/wrong session behavior are not
suitable stable releases, I don't mind at all committing them to
master only. It saves my time a lot :)

Regards,

--
Yasuo Ohgaki
yohg...@ohgaki.net

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to