Are there any plans to release a PHP 8.x version of MachForm which fixes many of the deprecations that are present in the latest version?
These are mainly string functions on NULL - but still it would be great if we could be confident that MachForm will be updated to be fully compatible with the latest versions of PHP.
PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /index.php on line 520
PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /includes/helper-functions.php on line 3055
PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /manage_forms.php on line 524
PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /manage_entries.php on line 399
PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /view_entry.php on line 713