summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_configfilelexer.php
AgeCommit message (Expand)AuthorFilesLines
2017-07-21- bugfix solve preg_match() hhvm parameter problem https://github.com/smarty-...Uwe Tews1-93/+86
2016-11-11fixed spelling chilek commented on c4746e9uwetews1-26/+26
2016-11-07- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311uwetews1-48/+57
2016-02-09- reformat all code for unique styleuwetews1-36/+60
2015-06-11- bugfix the lexer could hang on very large quoted strings (forum topic 25570)Uwe Tews1-15/+42
2015-05-16- improvement higher compilation speed by modified lexer/parser generator at ...Uwe Tews1-284/+234
2014-12-30get config properties via compiler objectUwe Tews1-197/+195
2014-12-30get config properties via template objectUwe Tews1-1/+1
2014-12-13lexer and parser optimizationsUwe Tews1-14/+92
2014-07-16anchor BOM regex to front of fileUwe.Tews@googlemail.com1-1/+1
2014-07-16- enhancement remove BOM automatically from template source (topic 25161)Uwe.Tews@googlemail.com1-0/+3
2014-06-17 - bugfix large template text of some charsets could cause parsing errors (to...Uwe.Tews@googlemail.com1-216/+212
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-2/+3
2013-12-15 - enhancement additional debug output at $smarty->_parserdebug = true;Uwe.Tews@googlemail.com1-37/+85
2013-07-15- update code generated by PSR-2 standards fixer which introduced PHP 5.4 inc...Uwe.Tews@googlemail.com1-1/+1
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com1-1/+1
2013-07-14- bugfix increase of internal maximum parser stacksize to allow more complex ...Uwe.Tews@googlemail.com1-63/+39
2011-12-22- bugfix the new lexer of 17.12.2011 did fail if mbstring.func_overload != 0 ...uwe.tews@googlemail.com1-32/+42
2011-12-18- bufix strings ending with " in multiline strings of config files failed to ...uwe.tews@googlemail.com1-9/+15
2011-11-01- bugfix multiline strings in config files could fail on longer strings (reop...uwe.tews@googlemail.com1-10/+89
2011-10-13- bugfix multiline strings in config files could fail on longer strings (Issu...uwe.tews@googlemail.com1-1/+1
2011-10-06- bugfix switch lexer internals depending on mbstring.func_overloaduwe.tews@googlemail.com1-6/+7
2011-09-16commit 3.1 into the trunkmonte.ohrt1-15/+15
2011-04-01- bugfix do not run filters and default modifier when displaying the debug te...uwe.tews@googlemail.com1-13/+13
2011-02-01- removed assert() from config and template parseruwe.tews@googlemail.com1-11/+10
2010-08-17fix formattingmonte.ohrt1-6/+7
2010-01-16- internal change of config file lexer/parser on handling of section namesUwe.Tews1-9/+83
2010-01-14- allow special characters in config file section names for Smarty2 BCUwe.Tews1-15/+9
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-23/+278
2009-12-19- bugfix on comment lines in config filesUwe.Tews1-1/+1
2009-12-05- removed unneeded lexer codeUwe.Tews1-59/+1
2009-11-23- fixed configfile parser for text starting with a numeric charUwe.Tews1-26/+19
2009-11-14- fixed locaion where outputfilters are runningUwe.Tews1-0/+1
2009-10-31- change of filenames in sysplugins folder for internal spl_autoload functionUwe.Tews1-0/+267