Summary | Horde_Core_Factory_Perms sets a cache object that doesn't satisfy Horde_Perms type hints. |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 09/29/2013 (4300 days ago) |
Due | |
Updated | 09/06/2017 (2862 days ago) |
Assigned | 09/29/2013 (4300 days ago) |
Resolved | 09/30/2013 (4299 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 35d44f0c934cb666ea9a224b698c8622e438c6d9
Author: Daniel O'Connor <daniel.oconnor@gmail.com>
Date: Mon Jan 2 11:25:32 2012 +1030
Bug #12719Blockquote parsing bugsText/Wiki/Parse/Default/Blockquote.php | 36
+++++++++-------------------------
1 file changed, 9 insertions(+), 27 deletions(-)
http://github.com/horde/horde/commit/35d44f0c934cb666ea9a224b698c8622e438c6d9
commit 4d60611e559f09946776c66464fa5ea57046700a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Sep 30 15:54:30 2013 -0600
Bug #12719: Wrap in-memory cache in base Cache objectframework/Core/lib/Horde/Core/Factory/Perms.php | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/4d60611e559f09946776c66464fa5ea57046700a
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ Horde_Core_Factory_Perms sets a cache object that doesn't satisfy Horde_Perms type hints.
Type ⇒ Bug
State ⇒ Assigned
Horde_Perms_Permission_Sql::setObs() must be an instance of
Horde_Cache, instance of Horde_Cache_Storage_Memoryoverlay given,
called in
/usr/local/horde/horde/framework/Perms/lib/Horde/Perms/Sql.php on line
131 and defined [pid 58442 on line 54 of
"/usr/local/horde/horde/framework/Perms/lib/Horde/Perms/Permission/Sql.php"]
Horde_Perms uses Horde_Cache as a type hint in various places. Not
sure how to properly fix this in a BC way. It doesn't seem right to be
passing a Horde_Cache_Storage_* object in place of a Horde_Cache object.