Summary | missing variable declaration in function offsetSet of class Horde_HashTable_Base |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | ctimoteo (at) sapo (dot) pt |
Created | 05/14/2013 (4434 days ago) |
Due | |
Updated | 05/14/2013 (4434 days ago) |
Assigned | |
Resolved | 05/14/2013 (4434 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Jan Schneider
State ⇒ Resolved
Priority ⇒ 2. Medium
New Attachment: 0001-fixes-missing-variable-declaration.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ missing variable declaration in function offsetSet of class Horde_HashTable_Base
Type ⇒ Bug
State ⇒ Unconfirmed
[14-May-2013 15:21:23] PHP Fatal error: Declaration of
Horde_HashTable_Base::offsetSet() must be compatible with that of
ArrayAccess::offsetSet() in
/disc2/gits/ctimoteodev.webmail.labs.sapo.pt/horde_original/framework/HashTable/lib/Horde/HashTable/Base.php on line
28
I saw the missing variable declaration, $value
there is in attachment one patch to fix that.