From abf779f91be45175842bc100df7c9252cfda88a4 Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Sun, 21 Nov 2010 02:58:39 +0000 Subject: [PATCH] update README for 3.0.5wq --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index adc9b25d..f782f00d 100644 --- a/README +++ b/README @@ -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.