smarty
smarty copied to clipboard
Add PHP 8.4 support to Smarty
This pull request updates the code base to support the deprecations introduced in PHP 8.4. It should be backwards compatible.
- Updated the function signatures that had implicit null assignment to typed parameters.
- Added PHP 8.4 to the 'run tests'-shell script.
- Bumped the PHP version in the README.md