FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit bb5dc8f0 authored by Jamie Giberti's avatar Jamie Giberti
Browse files

Added more php8 compatibility patches.

parent 1cc0e044
No related branches found
No related tags found
1 merge request!562.10.7 - Added php8 compatibility patches to several modules.
......@@ -8,6 +8,7 @@ Upgraded the Node Export module to [3.3] (https://www.drupal.org/project/node_ex
The following modules have been patched:
The feeds xpathparser module has been patched to handle a PHP8 compatibility issue (https://www.drupal.org/project/feeds_xpathparser/issues/3319597)
The hierarchical select module has been patched to handle a PHP8 compatibility issue (https://www.drupal.org/project/hierarchical_select/issues/3277847)
The menu trail by path module has been patched to handle a PHP8 compatibility issue (https://www.drupal.org/project/menu_trail_by_path/issues/3151154)
The workbench access module has been patched to handle a PHP8 compatibility issue (https://www.drupal.org/project/workbench_access/issues/3324664)
......
......@@ -69,6 +69,7 @@ projects[feeds_ex] = "1.0-rc2"
projects[feeds_tamper] = "1.2"
projects[feeds_tamper_php] = "1.2"
projects[feeds_xpathparser] = "1.1"
projects[feeds_xpathparser][patch][] = "https://www.drupal.org/files/issues/2022-11-07/feeds_xpathparser-3319597-libxml_disable_entity_loader_deprecated-php8.patch"
projects[fel] = "1.0-beta3"
projects[field_collection] = "1.2"
projects[field_collection_views] = "1.0-beta3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment