index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
sysplugins
/
smarty_internal_compile_private_php.php
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-13
Feature/php8 support (#629)
Simon Wisselink
1
-253
/
+0
2018-10-29
- bugfix Smarty::$php_handling == PHP_PASSTHRU (default) did eat the "\n" (ne...
uwetews
1
-2
/
+2
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
1
-9
/
+20
2018-06-12
Update PSR-2
Sławomir Kaleta
1
-24
/
+52
2017-11-06
code cleanup and optimizations 3.1.32-dev-34
Uwe Tews
1
-19
/
+15
2017-10-26
- correction of PHPDoc blocks
Uwe Tews
1
-2
/
+4
2016-10-20
- bugfix nocache code was not removed in cache file when subtemplate did cont...
uwetews
1
-2
/
+0
2016-09-28
- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https...
uwetews
1
-4
/
+2
2016-02-09
- reformat all code for unique style
uwetews
1
-33
/
+44
2015-12-27
- code fixes
uwetews
1
-2
/
+2
2015-12-13
fix typo in template error message
yonex
1
-1
/
+1
2015-08-09
replace property array by object properties
uwetews
1
-4
/
+4
2015-08-06
- avoid possible circular object referances caused by parser/lexer objects
Uwe Tews
1
-11
/
+23
2015-06-01
- bugfix <?xml ... ?> including template variables broken since 3.1.22 https...
Uwe Tews
1
-1
/
+8
2015-05-23
minor bugfix when processing autoliteral { php} tag. Does not effect generate...
Uwe Tews
1
-0
/
+1
2015-05-23
minor fix
Uwe Tews
1
-3
/
+3
2015-05-23
- improvement on php_handling to allow very large PHP sections, better error ...
Uwe Tews
1
-28
/
+111
2015-05-21
- bugfix broken PHP 5.2 compatibility when compiling <?php tags https://githu...
Uwe Tews
1
-3
/
+17
2015-05-11
fix comment
Uwe Tews
1
-2
/
+2
2015-05-06
- optimization move <?php ?> handling from parser to new compiler module
Uwe Tews
1
-0
/
+92