Uwe Tews
|
e1cc514a68
|
- avoid possible circular object referances caused by parser/lexer objects
|
2015-08-06 01:19:11 +02:00 |
|
Uwe Tews
|
9986286af0
|
- bugfix resolve naming conflict between custom Smarty delimiter '<%' and PHP ASP tags https://github.com/smarty-php/smarty/issues/64
|
2015-06-27 16:09:50 +02:00 |
|
Uwe Tews
|
3239a19435
|
- bugfix resolve naming conflict between custom Smarty delimiter '<%' and PHP ASP tags https://github.com/smarty-php/smarty/issues/64
|
2015-06-27 15:35:27 +02:00 |
|
Uwe Tews
|
f1e1f56ffe
|
- bugfix using {$foo} as array index like $bar.{$foo} or in double quoted string like "some {$foo} thing" failed https://github.com/smarty-php/smarty/issues/49
|
2015-06-08 23:54:46 +02:00 |
|
Uwe Tews
|
fa269d418f
|
- bugfix <?xml ... ?> including template variables broken since 3.1.22 https://github.com/smarty-php/smarty/issues/47
|
2015-06-01 22:26:45 +02:00 |
|
Uwe Tews
|
0434f34bdd
|
- bugfix if condition string 'neq' broken due to a typo https://github.com/smarty-php/smarty/issues/42
|
2015-05-24 18:37:53 +02:00 |
|
Uwe Tews
|
c9cd39f36f
|
minor bugfix when processing autoliteral { php} tag. Does not effect generated output.
|
2015-05-23 23:40:02 +02:00 |
|
Uwe Tews
|
ec449734c3
|
- improvement on php_handling to allow very large PHP sections, better error handling
- improvement allow extreme large comment sections (forum 25538)
|
2015-05-23 18:56:00 +02:00 |
|
Uwe Tews
|
85e05458c6
|
- bugfix compiler could run into the pcre.backtrack_limit on larger comment or {php} tag sections (forum 25538)
|
2015-05-20 05:48:45 +02:00 |
|
Uwe Tews
|
ac99173cea
|
- improvement introduce shortcuts in lexer/parser rules for most frequent terms for higher
compilation speed
|
2015-05-18 04:12:40 +02:00 |
|
Uwe Tews
|
e3123c0427
|
- improvement higher compilation speed by modified lexer/parser generator at "smarty/smarty-lexer"
|
2015-05-16 16:33:50 +02:00 |
|
Uwe Tews
|
d21921de22
|
- improvement reduce number of lexer tokens on operators and if conditions
|
2015-05-16 14:47:12 +02:00 |
|
Uwe Tews
|
a74804b061
|
- bugfix {php}{/php} did work just for single lines https://github.com/smarty-php/smarty/issues/33
|
2015-05-16 13:33:04 +02:00 |
|
Uwe Tews
|
d92714cc7e
|
- optimization move <?php ?> handling from parser to new compiler module
|
2015-05-06 00:03:26 +02:00 |
|
Uwe Tews
|
5e4f55d121
|
add .plex and .y files
add lexer .plex and parser .y files to distribution for easier version
control
|
2014-12-14 00:49:42 +01:00 |
|