This website requires JavaScript.
Explore
Help
Sign In
smarty-php
/
smarty
Watch
1
Star
0
Fork
0
You've already forked smarty
mirror of
https://github.com/smarty-php/smarty.git
synced
2025-11-11 17:43:50 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
81cda9e36363ac2c0acdc91b45fab34d992f988f
smarty
/
src
/
Extension
History
Simon Wisselink
6635a5e3fb
Smarty no longer calls
mb_internal_encoding()
and doesn't check for deprecated
mbstring.func_overload
ini directive.
...
Fixes
#480
.
2023-01-31 10:53:10 +01:00
..
Base.php
Fixed DefaultPluginHandlerTest for function plugins (blocks still break)
2023-01-04 12:16:10 +01:00
BCPluginsAdapter.php
Handle BC registered compilers and missed parameters for openTag and closeTag.
2023-01-23 12:08:36 +01:00
CallbackWrapper.php
Convert isset and empty to modifiercomilers, and smooth the error handling to fix unit tests.
2023-01-24 12:01:20 +01:00
CoreExtension.php
Moved handling of smarty.block.* to special compilers, because they aren't real tags. Organized tag-stack handling in compiler, unified nocache handling in compiler.
2023-01-20 17:22:00 +01:00
DefaultExtension.php
Smarty no longer calls
mb_internal_encoding()
and doesn't check for deprecated
mbstring.func_overload
ini directive.
2023-01-31 10:53:10 +01:00
ExtensionInterface.php
Fixed DefaultPluginHandlerTest for function plugins (blocks still break)
2023-01-04 12:16:10 +01:00