Deprecated libxml function as of PHP 8 #327
anoymouserver
started this conversation in
General
Replies: 1 comment
-
Thanks, although it's the goal of the libxml's version test 🙂 I noticed that a few months back when I prepared feed-io's compatibility with PHP 8. If you look at the code history you'll see the commit with the successful build on Travis. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just randomly noticed that
libxml_disable_entity_loader
was marked as deprecated with PHP 8 and it is used herefeed-io/src/FeedIo/Explorer.php
Lines 55 to 64 in 96ca6d0
Possible solution: https://www.php.net/manual/en/function.libxml-disable-entity-loader.php#125661
(Just as information, in case you didn't already know 🙂)
Beta Was this translation helpful? Give feedback.
All reactions