Problem/Motivation
Fixing depreciations for PHP 8.2 line 119 of handlers/views_handler_area_result.inc
Proposed resolution
Fix code to new standards
Remaining tasks
Create Patch
Tests if needed, guess existing ones cover
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views-variablevariables-3458269-3.patch | 518 bytes | darrenwh |
Issue fork views-3458269
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:
Comments
Comment #2
darrenwh commentedComment #3
darrenwh commentedComment #4
darrenwh commentedComment #7
damienmckennaDoes this break on older versions of PHP?
Comment #8
darrenwh commented@DamienMcKenna a minimum PHP version could be added to the info file? Will need to go back and see when it changed as pretty sure the syntax has been around for a while.
Comment #9
darrenwh commentedThis should not break in older versions
Comment #10
nagy.balint commentedNot the exact same code part, but this is related I think #3453503: Previous commit broke views_handler_area_result
Comment #11
damienmckennaComment #13
damienmckennaCommitted. Thank you.