6.0.0-beta1
7/15/25

[#14539] Wicked is not compatible with php7
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

History
12/11/2016 09:03:47 PM Michael Rubinsky Comment #2
State ⇒ Not A Bug
Priority ⇒ 1. Low
Reply to this comment
Wicked 2.0.x is not marked compatible with PHP 7 in the package.xml 
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.
12/11/2016 08:41:38 PM chris (at) kreuzberger (dot) cc Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Wicked is not compatible with php7
Queue ⇒ Wicked
Milestone ⇒ 2.07
Patch ⇒ No
Reply to this comment
The file /usr/share/php/Text/Wiki.php
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

Saved Queries