Home » Configuration » Config_Lite
a lightweight and fast Config class for ini style text configuration files.
This package is unmaintained.
Download latest release 0.2.6 (there might be newer Composer installable version)
License: lgpl
Description
This package defines a class for config/settings text files in ini style.
Currently classes available are:
* Config_Lite: a class with arrayaccess to handle ini style files
* Config_Lite_Exception: Interface implemented by Exceptions
Maintainers
- Patrick C. Engel (pce) — lead, active
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.4.0b1)
Releases
- 0.2.6 (beta, 2017-07-04)
Release notes
License: lgpl
* Fix: reading crash, when value contains the delimiter char
- 0.2.5 (beta, 2016-03-30)
Release notes
License: lgpl
* get without parameters returns all sections as documented
- 0.2.4 (beta, 2015-02-23)
Release notes
License: lgpl
* edit license of package to lgpl as declared in the sourcecode
- 0.2.3 (beta, 2015-02-20)
Release notes
License: lgpl
* read supports scannermode (normal or raw)
- 0.2.2 (beta, 2015-02-13)
Release notes
License: lgpl
* set optional singlequotes
- 0.2.1 (beta, 2013-10-26)
Release notes
License: lgpl
* pear-bug #20104 config set optional file flags in constructor, example to stdout, support of streams, filter
- 0.2.0 (beta, 2013-10-23)
Release notes
License: lgpl
* pear-bug #20104 write config to stdout, support of streams, filter
- 0.1.5 (beta, 2013-04-16)
Release notes
License: lgpl
* pear-bug #19887 Change of Custom NewlineChar fixed, added Credits
- 0.1.4 (beta, 2012-07-02)
Release notes
License: lgpl
* remove method fixes closes issue #4(github) and pear-bug #19389
- 0.1.3 (beta, 2012-05-24)
Release notes
License: lgpl
* added "get()" call without parameters
* added tests - 0.1.2 (beta, 2011-07-18)
Release notes
License: lgpl
* fix and test for Bug #18673 by mfonda
* added option to disable doublequoted values - 0.1.1 (beta, 2011-03-10)
Release notes
License: lgpl
* fix Bug #18353 by mfonda
* add option to choose if sections should be processed by mfonda
* improvements by mfonda - 0.1.0 (beta, 2011-02-25)
Release notes
License: lgpl
* initial release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #18347 | Closed | Doc | SVN | 2011-03-08 | No docs |
| #18352 | Wont fix | Bug | SVN | 2011-03-09 | Arrays in global scope not supported |
| #18353 | Closed | Bug | SVN | 2011-03-10 | __toString output does not match write output |
| #18673 | Closed | Bug | 0.1.1 | 2011-07-18 | Incorrect handling of possibility in get function |
| #18957 | Closed | Bug | 2011-11-06 | PHP Fatal error: Call to undefined method ReflectionMethod::setAccessible() in | |
| #19183 | Closed | Bug | SVN | 2012-01-03 | "build" file causes continuous integration tests to fail (for PEAR QA Team) |
| #19389 | Closed | Bug | 0.1.2 | 2012-04-19 | Method remove incorrect behaiviour when $key is null |
| #19887 | Closed | Bug | 2013-04-08 | Change of line | |
| #20104 | Closed | Bug | 0.1.5 | 2013-10-23 | write config to stdout |
| #20498 | Closed | Bug | 0.2.1 | 2015-02-03 | If the config contains 2 backslashes it is handled as an escape removing 1 |
| #20505 | Closed | Bug | 0.2.3 | 2015-02-22 | Select a new license |