Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jun 16, 2022

PR as requested - #344 (comment)

Also integrates fixes for misc PHP 7.4 notices and warnings 4b94276

Ian Neilson added 3 commits June 16, 2022 11:15
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.
@ghost ghost self-requested a review as a code owner June 16, 2022 13:25
@gregcorbett
Copy link
Member

I tired re-running the tests and they still failed, so I don't think it was a transient error.

Ian Neilson added 3 commits June 29, 2022 15:41
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.
Copy link
Member

@gregcorbett gregcorbett left a 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"
Copy link
Member

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

@ghost ghost closed this by deleting the head repository May 5, 2023
@rowan04 rowan04 mentioned this pull request May 24, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

controllers/user/register.php will attempt to pre-populate use details from the OIDC token even if the user is using another auth mechanism.

1 participant