smarty-php / smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Other
2.22k stars 701 forks source link

PHP Deprecated: Using Smarty::loadFilter() to load filters is deprecated and will be removed in a future release. #1009

Closed courou closed 2 months ago

courou commented 2 months ago

Bonjour,

J'utilisais ceci avec smaty avant de passer en smarty5 $smarty->loadFilter('output','trimwhitespace');

mais avec php 8.2 j'ai le message suivant PHP Deprecated: Using Smarty::loadFilter() to load filters is deprecated and will be removed in a future release. Use Smarty::addExtension() to add an extension or Smarty::registerFilter to quickly register a filter using a callback function. in /vendor/smarty/smarty/src/Smarty.php on line 1817

Quelqu'un pourrais - il m'aider car je n'ai rien trouvé dans la doc