### Symfony version(s) affected 7.2.0-DEV ### Description Exactly the same issue as #51467, only now newer symfony and php versions. ```Deprecated: ini_set(): assert.warning INI setting is deprecated in /var/www/html/vendor/symfony/runtime/Internal/BasicErrorHandler.php on line 35``` ### How to reproduce Simple symfony installation on PHP 8.4 ### Possible Solution _No response_ ### Additional Context Must be something new, as last week on 7.1 it did not trigger this. I know php 8.4 is not out yet but this looks more like symfony problem and not php