Summary | PHP7 compliant Horde_Form |
Queue | Horde Framework Packages |
Type | Bug |
State | Unconfirmed |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | torben (at) dannhauer (dot) info |
Created | 03/01/2017 (2996 days ago) |
Due | |
Updated | 03/01/2017 (2996 days ago) |
Assigned | |
Resolved | |
Milestone | 6 |
Patch | Yes |
Assigned to
Summary ⇒ PHP7 compliant Horde_Form
Milestone ⇒ 6
we can't do that until at least Horde 6 for BC reasons.
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Declaration of Horde_Form_Type_country::init(... should be compatible with
Type ⇒ Bug
State ⇒ Unconfirmed
PHP ERROR: Declaration of Horde_Form_Type_country::init($prompt =
NULL) should be compatible with Horde_Form_Type_enum::init($values,
$prompt = NULL)
They are possibly caused by the fact that added function arguments in
the derived base are prepended and not appended. Changeing the
direction may worth to investigate.