Problem/Motivation
create_function() is deprecated in PHP 7.2 and is used in commerce_custom_order_status_form
Proposed resolution
Replace create_function with function.
Remaining tasks
Reviews and testing needed.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | commerce_order_status-remove_custom_function-3072226.patch | 781 bytes | steveganz |
Comments
Comment #2
steveganz commentedPatch to fix issue.
Comment #3
steveganz commentedComment #4
steveganz commentedThis patch has been working for us in production for 2 years.