- Issue created by @csmdgl
- πΊπΈUnited States csmdgl
Attaching patch. The problem is due to a backward breaking change in
call_user_func_array()
. Specifically this change: βIt is a fatal error to have a numeric key in args appear after a string key, or to have a string key that does not match the name of any parameter of callback.βThis patch only does not include the entire js data from $_REQUEST in the arguments array if the php version is >= 8.