Problem/Motivation
PHP 8 test results (e.g. https://www.drupal.org/pift-ci-job/2017309 ) include:
exception: [Deprecated function] Line 147 of modules/openid/openid.inc:
Function libxml_disable_entity_loader() is deprecated
exception: [Deprecated function] Line 196 of modules/openid/openid.inc:
Function libxml_disable_entity_loader() is deprecated
Steps to reproduce
Proposed resolution
Fix these deprecated function messages.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3206438
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3206438-php-8-deprecated
changes, plain diff MR !474
Comments
Comment #2
mcdruid commentedComment #3
liam morlandComment #4
ayesh commentedPretty straight forward. Patch coming through.
Comment #6
ayesh commentedComment #7
mcdruid commentedThanks @Ayesh - I think we need to use the other PHP 8 testing option though (without the composer args/options).
Comment #8
ayesh commentedYou are right, the one without composer options did the trick.
Patch fails on PHP 8.0, but they are related to the other failures linked in the parent issue.
Comment #9
taran2lLooks good to me!
Comment #10
mcdruid commentedLGTM too, thanks!
Comment #11
mcdruid commentedOoops. I think I need a browser addon that says "did you really mean to change the Status?" :)
Comment #12
mcdruid commentedComparing the exceptions from the noop patch in the parent to the latest PHP 8 test for the MR:
That's exactly what we want to see.
Comment #14
mcdruid commentedThank you... nearly there!