smarty icon indicating copy to clipboard operation
smarty copied to clipboard

Add PHP 8.4 support to Smarty

Open Visualq opened this issue 1 year ago • 5 comments

This pull request updates the code base to support the deprecations introduced in PHP 8.4. It should be backwards compatible.

  1. Updated the function signatures that had implicit null assignment to typed parameters.
  2. Added PHP 8.4 to the 'run tests'-shell script.
  3. Bumped the PHP version in the README.md

Visualq avatar Jul 12 '24 10:07 Visualq