0.3.0-alpha - 2 April 2007 (r5454) ================================================== -- lmbConfTools :: getConf($name) is now a single gateway for getting all sorts of conf objects in Limb3. The type of config object is determined by $name extension, if extension is omitted '.conf.php' is assumed -- lmbConfTools :: setConf($name, $conf) added, this one is useful for testing -- lmbFakeIni added, this is one is used for testing. It accepts all settings passed with string in constructor. -- lmbConfTools :: getIni(), createIni(), setTestingIni(), clearTestingIni() removed 0.2.0-alpha - 16 February 2007 (r5028) ================================================== -- lmbCachedIni uses serialize(..) instead of var_export(..) for cached data. This method is much faster. -- lmbConf now supports files overriding, i.e "foo.conf.php" is overridden with "foo.conf.override.php" -- $conf in lmbConf is filled with empty array by default -- lmbConfTools added(moved from lmbWebAppTools) -- lmbConfTools :: setTestingIni(..), :: clearTestingIni(..) added (tests/common.inc.php will be removed soon) -- tests are more isolated 0.1.0-alpha - 14 December 2006 ================================================== -- Initial release of this package.