Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

[DependencyInjection] Non-default XML namespaces not supported#9345

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

Closed

Conversation

@sandermarechal
Copy link
Contributor

QA
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?no
Fixed tickets
LicenseMIT
Doc PR

The DIC is not able to parse XML configs where the container configuration is not the default namespaces. Such configurations are used for example, in theDoctrineBundle test suite.

This PR adds a failing unittest for that case.

I have tried to fix the issue as well, but I didn't find a good way of fixing it without rewriting the entire XmlFileLoader using DOM instead of SimpleXML. Hence I am just submitting the test case, in the hope that someone smarter than me can fix this issue.

@sandermarechal
Copy link
ContributorAuthor

I have started working on a PR that uses DOM instead of SimpleXML for the XmlFileLoader

@sandermarechal
Copy link
ContributorAuthor

These unittests have been included in#9350

@sandermarechal
Copy link
ContributorAuthor

Oops. Shouldn't close this. It's still an open bug.

@fabpot
Copy link
Member

Closing as the commit is included in#9350

@fabpotfabpot closed thisMar 3, 2014
fabpot added a commit that referenced this pull requestApr 2, 2014
… 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       | MITThis PR replaces#9350Commits-------a3c60c8 [DependencyInjection] Deprecate SimpleXMLElement33c91f9 [DependencyInjection] Use DOM instead of SimpleXML for namespace support
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@sandermarechal@fabpot

[8]ページ先頭

©2009-2025 Movatter.jp