Replies: 2 comments 1 reply
-
And I think, the easiest way to solve this could be, to enable PHP Modifier Support by Configuration. Handling PHP Warnings and Errors by oneself, if PHP Modifiers are wanted. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, we are planning to release Smarty5 as stable soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Upgrading to PHP 8.2 and Smarty 4.3 I see a lot of deprecation warnings in my usually clean log file:
Seems like PHP Functions as modifiers will be disabled and are marked as deprecated.
From the following thread I tried to implement the workaround:
#813
but unfortunatly, Smarty supports the function addExtension just from Smarty5.0
I am loading Smarty with composer and do not get a stable Smarty 5
My questions:
Are their plans to release Smarty 5 as stable?
Are their other workarounds to keep the PHP Functions?
We have tons of them in our projects ....
Beta Was this translation helpful? Give feedback.
All reactions