Results 12 comments of bschnitz

I experieced the same issue when switching from php 8.1 (where it worked as I would expect it) to php 8.4.13 on linux.

I now think, that this is not a bug in PHP, but rather in the PHP 8.1 => 8.2 migration guide ([not mentioning this breaking change](https://www.php.net/manual/en/migration82.incompatible.php)). See also [another related...