8000 feature #10619 [DependencyInjection] Use DOM instead of SimpleXML for… · symfony/symfony@db4230e · GitHub
[go: up one dir, main page]

Skip to content

Commit db4230e

Browse files
committed
feature #10619 [DependencyInjection] Use DOM instead of SimpleXML for namespace support (sandermarechal, romainneutron)
This PR was merged into the 2.5-dev branch. Discussion ---------- [DependencyInjection] Use DOM instead of SimpleXML for namespace support | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | #9345 | License | MIT This PR replaces #9350 Commits ------- a3c60c8 [DependencyInjection] Deprecate SimpleXMLElement 33c91f9 [DependencyInjection] Use DOM instead of SimpleXML for namespace support
2 parents afc34cf + a3c60c8 commit db4230e

File tree

5 files changed

+210
-75
lines changed

5 files changed

+210
-75
lines changed

src/Symfony/Component/DependencyInjection/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGELOG
55
-----
66

77
* added DecoratorServicePass and a way to override a service definition (Definition::setDecoratedService())
8+
* deprecated SimpleXMLElement class.
89

910
2.4.0
1011
-----

0 commit comments

Comments
 (0)
0