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 | 2017-03-01 (1469 days ago) |
Due | |
Updated | 2017-03-01 (1469 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.
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ Declaration of Horde_Form_Type_country::init(... should be compatible with
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
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.