Summary | Horde/Perms: PHP 7.3: "continue" targeting switch is equivalent to "break" |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | amessina (at) messinet (dot) com |
Created | 05/12/2019 (2245 days ago) |
Due | |
Updated | 05/12/2019 (2245 days ago) |
Assigned | |
Resolved | 05/12/2019 (2245 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
commit 9344ac7adce5788a4f0a7bbd3dcdc6bcda9cb82e
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 12 May 2019 13:03:19 -0400
Bug: 14924Fix for PHP 7.3 continue/break errorM lib/Horde/Perms/Permission.php
https://github.com/horde/Perms/commit/9344ac7adce5788a4f0a7bbd3dcdc6bcda9cb82e
commit ee1265b616ae41b72f12d72dba3454f4447c00ca
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 12 May 2019 13:01:46 -0400
Bug: 14924Fix for PHP 7.3 continue/break errorM lib/Horde/Perms/Permission.php
https://github.com/horde/Perms/commit/ee1265b616ae41b72f12d72dba3454f4447c00ca
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Horde/Perms: PHP 7.3: "continue" targeting switch is equivalent to "break"
Type ⇒ Bug
State ⇒ Unconfirmed
PHP ERROR: "continue" targeting switch is equivalent to "break". Did
you mean to use "continue 2"? [pid 7603 on line 174 of
"/usr/share/pear/Horde/Perms/Permission.php"]
This is similar to what was reported and fixed for:
https://bugs.horde.org/ticket/14884