Closed (fixed)
Project:
Feeds
Version:
8.x-3.0-alpha11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2022 at 08:24 UTC
Updated:
9 Apr 2022 at 09:29 UTC
Jump to comment: Most recent
The function libxml_disable_entity_loader is deprecated on PHP 8 and will throw some warnings about it. It may have some side effects like batch import is stopped.
The attached patch will wrap these calls to php version check, so they are only called on the older PHP versions.
| Comment | File | Size | Author |
|---|---|---|---|
| feeds-libxml_disable_entity_loader-deprecated.patch | 1.69 KB | rang501 |
Comments
Comment #3
megachrizThanks for the patch. Committed it with additional code comments.