update README for 3.0.5wq

This commit is contained in:
monte.ohrt
2010-11-21 02:58:39 +00:00
parent 8e4cd21b3d
commit abf779f91b

6
README
View File

@@ -5,6 +5,12 @@ Author: Uwe Tews
AN INTRODUCTION TO SMARTY 3
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:
$smarty->error_reporting = E_ALL & ~E_NOTICE;
NOTICE for 3.0 release:
IMPORTANT: Some API adjustments have been made between the RC4 and 3.0 release.