Skip to content

Fix PHP 7.1 related failures #19384

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
Jul 19, 2016
Merged

Fix PHP 7.1 related failures #19384

merged 1 commit into from
Jul 19, 2016

Conversation

nicolas-grekas
Copy link
Member

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

PHP 7.1 triggers notices on previously silent implicit type changes.

@fabpot
Copy link
Member

fabpot commented Jul 19, 2016

Do we need to add 7.1 to the travis matrix then?

@nicolas-grekas nicolas-grekas force-pushed the fixphp71 branch 8 times, most recently from e27cdc2 to f8abf30 Compare July 19, 2016 08:35
@@ -19,7 +19,7 @@
"php": ">=5.3.9"
},
"require-dev": {
"symfony/yaml": "~2.1",
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7|~3.1.1|~3.2",
Copy link
Member Author

Choose a reason for hiding this comment

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

#18861 required on PHP 7.1

@@ -19,7 +19,7 @@
"php": ">=5.3.9"
},
"require-dev": {
"symfony/yaml": "~2.1",
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7",
Copy link
Member Author

Choose a reason for hiding this comment

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

should be ~2.8.7|~3.0.7|~3.1.1|~3.2 when merging in 3.0

Copy link
Member

Choose a reason for hiding this comment

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

3.0.9 and 3.1.3, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

3.0.7&3.1.1 here

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 #18861

@nicolas-grekas
Copy link
Member Author

Green, with php7.1 included in the test matrix

@stof
Copy link
Member

stof commented Jul 19, 2016

👍

@fabpot
Copy link
Member

fabpot commented Jul 19, 2016

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 07467ed into symfony:2.7 Jul 19, 2016
fabpot added a commit that referenced this pull request Jul 19, 2016
This PR was merged into the 2.7 branch.

Discussion
----------

Fix PHP 7.1 related failures

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

PHP 7.1 triggers notices on previously silent implicit type changes.

Commits
-------

07467ed Fix PHP 7.1 related failures
@nicolas-grekas nicolas-grekas deleted the fixphp71 branch July 20, 2016 05:37
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.

4 participants