Active
Project:
Webform
Version:
6.3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 May 2026 at 15:39 UTC
Updated:
22 May 2026 at 14:44 UTC
Jump to comment: Most recent
The "max PHP version" (PHP 8.5) tests are not passing. There are many "Exception: Deprecated function: Using null as an array offset is deprecated, use an empty string instead" warnings.
Fix the "Using null" warnings and any other thing that is preventing the tests from passing.
Implement.
None.
None.
None.
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:
Comments
Comment #3
liam morlandThe merge request contains a bunch of fixes. There are still some "Using null as an array offset is deprecated" messages about
ViewsViewsHooks->viewsData(). I think those were fixed in #3347842: Deprecate the trusted data concept in configuration; see #3563306: Views views_data hook is not entirely PHP 8.5 ready.Comment #4
liam morlandAnother "Using null as an array offset" message has a fix in #3590967: [PHP 8.5] ContentTranslationManageAccessCheck passes NULL to LanguageManager::getLanguage().
Comment #19
liam morlandFixes committed; leaving open until tests pass on PHP 8.5. The rest of the fixes are likely in Drupal core; see comment #3 and #4.