| Summary | PHP Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /var/www/horde/turba/lib/Driver.php |
| Queue | Turba |
| Queue Version | FRAMEWORK_5_2 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | amessina (at) messinet (dot) com |
| Created | 05/31/2020 (1988 days ago) |
| Due | |
| Updated | 06/07/2020 (1981 days ago) |
| Assigned | |
| Resolved | 06/07/2020 (1981 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Priority ⇒ 1. Low
commit a9454a400a87f723f4ed09f369deac0fd29b68d2
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 07 Jun 2020 13:11:44 -0400
Bug: 15013Avoid deprecated warnings in PHP 7.4M lib/Driver.php
https://github.com/horde/turba/commit/a9454a400a87f723f4ed09f369deac0fd29b68d2
commit 28ac60237d4be5be4d3d8ebb1b52d6b242e63293
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 07 Jun 2020 13:10:51 -0400
Bug: 15013Avoid deprecated warnings in PHP 7.4M lib/Driver.php
https://github.com/horde/turba/commit/28ac60237d4be5be4d3d8ebb1b52d6b242e63293
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ PHP Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /var/www/horde/turba/lib/Driver.php
Type ⇒ Bug
State ⇒ Unconfirmed
e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d
: e)` in /var/www/horde/turba/lib/Driver.php on line 2633
horde-alarms[13435]: PHP Deprecated: Unparenthesized `a ? b : c ? d :
e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d
: e)` in /var/www/horde/turba/lib/Driver.php on line 2641
horde-alarms[13435]: PHP Deprecated: Unparenthesized `a ? b : c ? d :
e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d
: e)` in /var/www/horde/turba/lib/Driver.php on line 2649
This appears to be related to the homeCountry, otherCountry, and
workCountry portions of the public function toASContact.