Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db4230e

Browse filesBrowse 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
Copy full SHA for db4230e

File tree

Expand file treeCollapse file tree

5 files changed

+210
-75
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+210
-75
lines changed

‎src/Symfony/Component/DependencyInjection/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/CHANGELOG.md
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.