-
Notifications
You must be signed in to change notification settings - Fork 28
Update to ORM 2.5 and PHP 7.4 #357
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
Conversation
Generated by 'php composer.phar update' prior to updating composer.json for ORM 2.5 update.
After update to PHP7.4 but before change to ORM2.6.
|
I tired re-running the tests and they still failed, so I don't think it was a transient error. |
Moving to PHP7.4 generates some Notice reports from the Doctrine code which cause tests to fail. This can be switched back on for later ORM versions where this is fixed.
As of PHP 7.2.0 count() yields a warning on invalid countable types passed to the value parameter.
gregcorbett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but will need rolling out with some thought.
| "doctrine/orm": "2.4.8", | ||
| "doctrine/dbal": "2.5.4" | ||
| }, | ||
| "doctrine/orm": "2.5.14" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rolling this out will require some thought from @gregcorbett
PR as requested - #344 (comment)
Also integrates fixes for misc PHP 7.4 notices and warnings 4b94276