View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002406 | Xdebug | Uncategorized | public | 2026-02-25 19:47 | 2026-02-25 19:47 |
| Reporter | rr | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | armhf | OS | Ubuntu | OS Version | 26.04 |
| Product Version | 3.5.0 | ||||
| Summary | 0002406: Tests failing on armhf with PHP 8.5 | ||||
| Description | Running the upstream tests in Ubuntu, using PHP 8.5 results in a fail. In the logs: ===================================================================== Does not say much, but looking at other PHP 8.5 armhf failures, it may be related to a warning about not being able to cast floats outside of the 32 bit range (exactly what the test is about) to int. This warning was not there in PHP8.4, but it's always there in PHP 8.5. | ||||
| Steps To Reproduce | Run the tests on an armhf system using PHP 8.5. I'm able to reproduce it by triggering dep8 tests in Ubuntu using a PPA. | ||||
| Tags | php8.5 | ||||
| Operating System | Ubuntu 26.04 | ||||
| PHP Version | 8.5.0-8.5.4 | ||||