Skip to content

[FrameworkBundle] add PHP errors options to XML schema definition #26739

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2018

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Apr 2, 2018

Q A
Branch? 3.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

@@ -273,6 +274,11 @@
<xsd:attribute name="enabled" type="xsd:boolean" />
</xsd:complexType>

<xsd:complexType name="php-errors">
<xsd:attribute name="log" type="xsd:boolean" />
Copy link
Member

Choose a reason for hiding this comment

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

given this should allow bool|int on 4.1, how should the xsd look like there? (to ease merging up to master)

Copy link
Member Author

Choose a reason for hiding this comment

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

see #26740

@nicolas-grekas
Copy link
Member

Thank you @xabbuh.

@nicolas-grekas nicolas-grekas merged commit 7d39bac into symfony:3.4 Apr 2, 2018
nicolas-grekas added a commit that referenced this pull request Apr 2, 2018
…efinition (xabbuh)

This PR was merged into the 3.4 branch.

Discussion
----------

[FrameworkBundle] add PHP errors options to XML schema definition

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

7d39bac add PHP errors options to XML schema definition
@xabbuh xabbuh deleted the pr-19568 branch April 2, 2018 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants