summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_compile_private_php.php
AgeCommit message (Expand)AuthorFilesLines
2021-10-13Feature/php8 support (#629)Simon Wisselink1-253/+0
2018-10-29- bugfix Smarty::$php_handling == PHP_PASSTHRU (default) did eat the "\n" (ne...uwetews1-2/+2
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-9/+20
2018-06-12Update PSR-2Sławomir Kaleta1-24/+52
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-19/+15
2017-10-26- correction of PHPDoc blocksUwe Tews1-2/+4
2016-10-20- bugfix nocache code was not removed in cache file when subtemplate did cont...uwetews1-2/+0
2016-09-28- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https...uwetews1-4/+2
2016-02-09- reformat all code for unique styleuwetews1-33/+44
2015-12-27- code fixesuwetews1-2/+2
2015-12-13fix typo in template error messageyonex1-1/+1
2015-08-09replace property array by object propertiesuwetews1-4/+4
2015-08-06- avoid possible circular object referances caused by parser/lexer objectsUwe Tews1-11/+23
2015-06-01- bugfix <?xml ... ?> including template variables broken since 3.1.22 https...Uwe Tews1-1/+8
2015-05-23minor bugfix when processing autoliteral { php} tag. Does not effect generate...Uwe Tews1-0/+1
2015-05-23minor fixUwe Tews1-3/+3
2015-05-23- improvement on php_handling to allow very large PHP sections, better error ...Uwe Tews1-28/+111
2015-05-21- bugfix broken PHP 5.2 compatibility when compiling <?php tags https://githu...Uwe Tews1-3/+17
2015-05-11fix commentUwe Tews1-2/+2
2015-05-06- optimization move <?php ?> handling from parser to new compiler moduleUwe Tews1-0/+92