[dev] [commits] Horde branch master updated. 63b872127c0fb61dd4e0a2413335828ce3388f4f
Michael M Slusarz
slusarz at horde.org
Thu Dec 27 05:05:26 UTC 2012
Quoting "Michael J. Rubinsky" <mrubinsk at horde.org>:
> commit 8bc90d448d47d3ec89502827280c7542e3054a6a
> Author: Michael J Rubinsky <mrubinsk at horde.org>
> Date: Wed Dec 26 23:50:07 2012 -0500
>
> Improvements to the null session driver.
>
> Even though we don't store any session data, we still need to clear
> and destroy the dummy session properly since the session id is used
> in some Auth related code.
>
> framework/Core/lib/Horde/Registry.php | 1 +
> framework/Core/lib/Horde/Session/Null.php | 38
> +++++++++++++++++++++-------
> 2 files changed, 29 insertions(+), 10 deletions(-)
>
> http://git.horde.org/horde-git/-/commit/8bc90d448d47d3ec89502827280c7542e3054a6a
You can't remove a parameter from an extended method. This is invalid
PHP and will throw errors in strict mode ($session_id was removed from
Null driver's setup() method, but still exists in the base class).
michael
___________________________________
Michael Slusarz [slusarz at horde.org]
More information about the dev
mailing list