Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DependencyInjection] Dump XML using plain PHP, no DOM needed#61280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
6c25b3c toeda7b33CompareOskarStark commentedJul 30, 2025
If we deprecate XML, why not just keep the code and check for the extension on runtime? If someone needs to dump XML he would need to bring the extension, or am I missing sth? |
nicolas-grekas commentedJul 30, 2025
Dumping XML is required for eg phpStorm's Symfony plugin. |
OskarStark commentedJul 30, 2025
Ok, thanks for the explanation |
f435f54 intosymfony:7.4Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Sibling to#60568
On the path to remove
ext-xmlfrom our minimum requirements.See#60568 (comment)