commit 3.1 files to trunk

This commit is contained in:
monte.ohrt
2011-09-16 15:16:22 +00:00
parent c0e62f38ba
commit 12a8953246
2 changed files with 5 additions and 1 deletions

4
README
View File

@@ -5,6 +5,10 @@ Author: Uwe Tews
AN INTRODUCTION TO SMARTY 3
NOTICE FOR 3.1 release:
Please see the SMARTY_3.1_NOTES.txt file that comes with the distribution.
NOTICE for 3.0.5 release:
Smarty now follows the PHP error_reporting level by default. If PHP does not mask E_NOTICE and you try to access an unset template variable, you will now get an E_NOTICE warning. To revert to the old behavior:

View File

@@ -1,4 +1,4 @@
===== Smarty 3.1-DEV =====
===== Smarty 3.1 =====
15/09/2011
- optimization of {foreach}; call internal _count() method only when "total" or "last" {foreach} properties are used