summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_resource_php.php
AgeCommit message (Collapse)AuthorFilesLines
2011-09-21- added $error_muting to suppress error messages even for badly implemented ↵rodneyrehm1-0/+4
error_handlers - reverted r4301
2011-09-16commit 3.1 into the trunkmonte.ohrt1-85/+67
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-4/+4
2010-08-17fix formattingmonte.ohrt1-39/+39
2010-08-13- remove exception_handler property from Smarty classUwe.Tews1-3/+3
- added Smarty's own exceptions SmartyException and SmartyCompilerException
2010-01-05- bugfix sha1() calculations at extends resource and some general ↵Uwe.Tews1-1/+1
improvments on sha1() handling
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-21/+3
- new config file lexer/parser (thanks to Thue Jnaus Kristensen) - template lexer/parser fixes for PHP and {literal} handing (thanks to Thue Jnaus Kristensen) - fix on registered plugins with different type but same name - rewrite of plugin handling (optimized execution speed) - closed a security hole regarding PHP code injection into cache files - fixed bug in clear cache handling - Renamed a couple of internal classes - code cleanup for merging compiled templates - couple of runtime optimizations (still not all done)
2009-10-31- change of filenames in sysplugins folder for internal spl_autoload functionUwe.Tews1-0/+145
- lexer/parser changed for increased compilation speed