[GIT-PULLS] [php-src] PR #23438: Fix JUnit timing aggregation for long-running tests
[email protected] (morrisonlevi)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23438 Author: morrisonlevi This fixes a warning when doing math on a `number_format`ted string. I'm opening this against PHP 8.4 because in parallel mode, when the test worker encounters a php_error of any kind, it will terminate all workers and abort the run. This is quite undesirable. But of course, if a maintainer/reviewer is against that, we can move it to master instead.