You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XML 1 loaded
XML 1 modified
XML 2 loaded
Segmentation fault: 11
But I expected this output instead:
XML 1 loaded
XML 1 modified
XML 2 loaded
XML 2 modified
We first noticed the problem when PHPUnit tests that worked on Friday suddenly started segfaulting today. It seems that Github Actions switched from PHP 8.3.19 to 8.3.20 meanwhile. Also tested that the code works fine with 8.3.19.
PHP Version
PHP 8.3.20 (cli) (built: Apr 8 2025 20:21:18) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.20, Copyright (c) Zend Technologies
with Xdebug v3.3.1, Copyright (c) 2002-2023, by Derick Rethans
with Zend OPcache v8.3.20, Copyright (c), by Zend Technologies
Operating System
Github ubuntu-latest and macOS 15.4 (PHP from Homebrew)
The text was updated successfully, but these errors were encountered:
Description
The following code:
Resulted in this output:
But I expected this output instead:
We first noticed the problem when PHPUnit tests that worked on Friday suddenly started segfaulting today. It seems that Github Actions switched from PHP 8.3.19 to 8.3.20 meanwhile. Also tested that the code works fine with 8.3.19.
PHP Version
PHP 8.3.20 (cli) (built: Apr 8 2025 20:21:18) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.20, Copyright (c) Zend Technologies
with Xdebug v3.3.1, Copyright (c) 2002-2023, by Derick Rethans
with Zend OPcache v8.3.20, Copyright (c), by Zend Technologies
Operating System
Github ubuntu-latest and macOS 15.4 (PHP from Homebrew)
The text was updated successfully, but these errors were encountered: