From d2ef1c7fe6910c40a42701b4c678389addc8dec3 Mon Sep 17 00:00:00 2001 From: changelog Date: Fri, 15 Aug 2003 00:31:03 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index f18dfd45..f8e842f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2003-08-14 Messju Mohr + + * libs/Smarty.class.php + libs/core/core.read_cache_file.php: + fixed timestamp-check of config-files in smarty_core_read_cache_file() + + * libs/Smarty.class.php: + fixed typecasting for arrays in _parse_resource_name() + + * NEWS + libs/plugins/function.config_load.php: + fixes in config_load: + - handling of section-attribute + - reusing the same config-file multiple times + - serialization of config-data for php<4.2.0 (no var_export) + + many thanks to atu for pointing this out and for testing + 2003-08-13 Messju Mohr * libs/Smarty.class.php