Summary | Horde install rejects PHP 7.0 |
Queue | Horde Groupware Webmail Edition |
Queue Version | 5.2.6 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | byron (at) hawkinssoftware (dot) net |
Created | 05/18/2015 (3702 days ago) |
Due | |
Updated | 08/07/2016 (3255 days ago) |
Assigned | |
Resolved | 05/18/2015 (3702 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
`horde/horde` still fails:
maximum supported version during a bug fix release cycle. Even doing
so during a minor point release is questionable. While the current
stable application code has been shown to be mostly compatible with
the changes in PHP 7, they are not marked as officially supported -
and won't be until at least Horde 5.3.
You can still install 5.2.x, though, using the -f flag to PEAR.
`horde/horde` still fails:
$ sudo pear install --alldeps "horde/horde"
WARNING: "pear/Console_Getopt" is deprecated in favor of
"pear/Console_GetoptPlus"
horde/horde requires PHP (version >= 5.3.0, version <=
6.0.0alpha1, excluded versions: 6.0.0alpha1), installed version is
7.1.0beta1
horde/Horde_Browser requires PHP (version >= 5.3.0, version <=
6.0.0alpha1, excluded versions: 6.0.0alpha1), installed version is
7.1.0beta1
horde/Horde_Service_Facebook requires PHP (version >= 5.3.0,
version <= 6.0.0alpha1, excluded versions: 6.0.0alpha1), installed
version is 7.1.0beta1
No valid packages found
install failed
i can't do. Still getting messages like
horde/ingo requires PHP (version >= 5.3.0, version <= 6.0.0alpha1,
excluded versions: 6.0.0alpha1), installed version is 7.0.4
thanks
6.0 are supported. Or the pear installer should allow PHP 7.0, perhaps
with a warning.
It's just a suggestion, please do whatever you prefer.
That is obviously not a stable release.
https://github.com/php/php-src
State ⇒ Not A Bug
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Horde install rejects PHP 7.0
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
the installer will fail with errors on PHP 7.0, saying it requires PHP
<= 6.0. Either the documentation should be corrected, or (more likely)
the installer should be modified to recognize that PHP 7.0 does exist
and can be used to run Horde.