Closed pkolmann closed 3 weeks ago
Hi,
you use the depreciated function create_function() (https://www.php.net/manual/en/function.create-function.php) which has been removed for php8.0.
Please replace this with anonymous function calls:
https://www.php.net/manual/en/functions.anonymous.php
Will take a look and update it, should be an easy fix.
Version 0.9 should resolve this now.
Hi,
you use the depreciated function create_function() (https://www.php.net/manual/en/function.create-function.php) which has been removed for php8.0.
Please replace this with anonymous function calls:
https://www.php.net/manual/en/functions.anonymous.php