View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005647 | Composr | core | public | 2024-03-25 20:43 | 2025-01-04 23:33 |
| Reporter | Patrick Schmalstig | Assigned To | Patrick Schmalstig | ||
| Severity | Minor-bug | ||||
| Status | closed | Resolution | won't fix | ||
| Product Version | 10.0.47 | ||||
| Fixed in Version | |||||
| Summary | 0005647: PHP 8 is unforgiving with undefined functions | ||||
| 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. | ||||
| Tags | Roadmap: v11 | ||||
| Time estimation (hours) | |||||
| Sponsorship open | |||||
|
|
Automated message: This issue was created using the Report Issue Wizard on the Composr homesite. |
|
|
This would be too much work for v10 given v11 is around the corner. So I'm putting this off to v11. |
|
|
Any version of PHP would do this. What functions exactly? |
|
|
I've come to realize this is not really an issue; functions which are used within Composr are added to a health check to warn if they are disabled on the server. And we have a test that ensures this. Closing; we do not have the developer resources right now to remedy edge cases like this. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-04-19 22:24 | Patrick Schmalstig | Tag Attached: Roadmap: v11 | |
| 2024-04-19 22:24 | Patrick Schmalstig | Note Added: 0008646 | |
| 2024-07-25 22:47 | Chris Graham | Note Added: 0008962 | |
| 2025-01-04 23:33 | Patrick Schmalstig | Assigned To | => Patrick Schmalstig |
| 2025-01-04 23:33 | Patrick Schmalstig | Status | non-assigned => closed |
| 2025-01-04 23:33 | Patrick Schmalstig | Resolution | open => won't fix |
| 2025-01-04 23:33 | Patrick Schmalstig | Note Added: 0009764 |