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

require the XML PHP extension#23421

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

Merged
fabpot merged 1 commit intosymfony:2.7fromxabbuh:pr-22676
Jul 6, 2017
Merged

require the XML PHP extension#23421

fabpot merged 1 commit intosymfony:2.7fromxabbuh:pr-22676
Jul 6, 2017

Conversation

@xabbuh
Copy link
Member

QA
Branch?2.7
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#22676 (comment),symfony/symfony-standard#1099
LicenseMIT
Doc PR

I suggest to either revert#22676 or to be consistent and require the XML extension in all bundles as well as in thesymfony/symfony package.

],
"require": {
"php":">=5.3.9",
"ext-xml":"*",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This should be removed as DI is an optional dep.

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Not sure about this. Which part of the DebugBundle would you use without the DI extension?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Ok, let's keep it

],
"require": {
"php":">=5.3.9",
"ext-xml":"*",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I would keep it as using the bundle without DI is probably not a use case anyway.

],
"require": {
"php":">=5.3.9",
"ext-xml":"*",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This should be removed as DI is an optional dep.

],
"require": {
"php":">=5.3.9",
"ext-xml":"*",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This should be removed as DI is an optional dep.

@Tobion
Copy link
Contributor

Why exclude TwigBundle and WebProfilerBundle?

@Tobion
Copy link
Contributor

Nvm, meant to be optional apparently.

@fabpot
Copy link
Member

@Tobion TwigBundle and WebProfilerBundle are used by Silex without the Symfony container.

@fabpot
Copy link
Member

Thank you@xabbuh.

@fabpotfabpot merged commit032e654 intosymfony:2.7Jul 6, 2017
fabpot added a commit that referenced this pull requestJul 6, 2017
This PR was merged into the 2.7 branch.Discussion----------require the XML PHP extension| Q             | A| ------------- | ---| Branch?       | 2.7| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#22676 (comment),symfony/symfony-standard#1099| License       | MIT| Doc PR        |I suggest to either revert#22676 or to be consistent and require the XML extension in all bundles as well as in the `symfony/symfony` package.Commits-------032e654 require the XML PHP extension
@xabbuhxabbuh deleted the pr-22676 branchJuly 6, 2017 09:20
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

+1 more reviewer

@TobionTobionTobion approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

2.7

Development

Successfully merging this pull request may close these issues.

4 participants

@xabbuh@Tobion@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp