Actions
Feature proposal #6425
closedPHP 7.1 compatibility
Description
Various warnings to fix for PHP 7.1: So far:
- maxmemory tests at startup
- Warning: A non-numeric value encountered in libraries/CBLib/CBLib/AhaWow/Controller/ActionController.php on line 493
- Fatal error: Cannot use lexical variable $eventName as a parameter name in libraries/CBLib/GuzzleHttp/Event/Emitter.php on line 50
Updated by beat almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1225
Updated by beat almost 8 years ago
- Status changed from Resolved to Assigned
- % Done changed from 100 to 50
Version checks in PHP 7.1 return:
Fatal error: Cannot use lexical variable $eventName as a parameter name in libraries/CBLib/GuzzleHttp/Event/Emitter.php on line 50
So our Guzzle isn't PHP 7.1 compatible.
Updated by beat almost 8 years ago
- Description updated (diff)
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Updated by beat almost 8 years ago
- Related to Bug #6453: Guzzle requests fail in some server configurations with cURL error 60: Failed to connect added
Actions