Summary | Wicked is not compatible with php7 |
Queue | Wicked |
Queue Version | 2.0.6 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | chris (at) kreuzberger (dot) cc |
Created | 12/11/2016 (3138 days ago) |
Due | |
Updated | 12/11/2016 (3138 days ago) |
Assigned | |
Resolved | 12/11/2016 (3138 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 2.07 |
Patch | No |
State ⇒ Not A Bug
Priority ⇒ 1. Low
file and actually requires you to override this warning when
installing it via the PEAR installer.
The reason is that the code in question is not Horde code, but the
PEAR Text_Wiki class, which is not compatible with PHP 7. We cannot
remove/replace this dependency until the next backward compatibility
breaking release.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Wicked is not compatible with php7
Queue ⇒ Wicked
Milestone ⇒ 2.07
Patch ⇒ No
contains =& operators for new classes.
As far as I found out with googling thats not supported
anymore and can be replaced by =.
I did so and have not yet found another bug.
Best regards,
Chris