#5647 - PHP 8 is unforgiving with undefined functions
| Identifier | #5647 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | PHP 8 is unforgiving with undefined functions |
| Status | Closed (rejected) |
| Tags |
Roadmap: v11 (custom) |
| Handling member | Deleted |
| Version | 10.0.47 |
| Addon | core |
| Description | Functions which are undefined will still trigger an error in PHP 8 even when using @ . The code base should be modified to include function_exists checks instead. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
Closing; we do not have the developer resources right now to remedy edge cases like this.