PEAR-News ::
Config_Lite 0.1.2
fix #18673, new optional doublequotes
[ more >> ]
Config_Lite 0.1.1
Fix #18353 and improvements
[ more >> ]
Config_Lite 0.1.0
Initial release.
[ more >> ]
Config 1.10.12
I believe we'll call this the "all hail Christian Weiske" release, since he's<br />
been a very busy bee.<br />
<br />
Bugs fixed:<br />
<br />
* Fixed Bug #11435: Fix IniCommented parsing of ~ ! | & ( ). (aashley)<br />
* Fixed Bug #11807: Config can create invalid php for unknown values.<br />
(cweiske)<br />
* Fixed Bug #11827: notice when using arrays (directive[]=value) in inifiles.<br />
(cweiske)<br />
* Fixed Bug #12291: PEAR GenericConf newline shouldn't need a space. (cweiske)<br />
* Fixed Bug #12387: GenericConf doesn't allow for hyphens on left-hand-side of<br />
a directive. (cweiske)<br />
* Fixed Bug #12388: GenericConf doesn't allow whitepace to left of directive<br />
delimiter. (cweiske)<br />
* Fixed Bug #13116: Syntax Strict notice for references on constructors.<br />
(fjfnaranjo)<br />
* Fixed Bug #15964: errors in test suite. (cweiske)<br />
* Fixed Bug #16590: parseConfig phparray ignores named arrays that use numbers<br />
as name. (cweiske)<br />
* Fixed Bug #18124: Saving arrays back to ini file fails. (cweiske)<br />
<br />
Feature requests implemented:<br />
<br />
* Request #13791: Options for the PHPConstants container. (cweiske)<br />
* Request #16656: New 'linebreak' option for IniCommented container. (cweiske)<br />
* Request #16724: PHPConstants container should have option lowercase.<br />
(cweiske)
[ more >> ]
Config 1.10.11
* Fixed Bug #11184: Knock on problems from fix for Bug #10185. Thanks to<br />
Thomas Despoix and Carsten Wiedmann for helping me understand it properly.
[ more >> ]
Config 1.10.10
* Fix Bug #10010: numeric index lost when parsing subarrays<br />
* Fix Bug #10185: problem with addslashs in container "PHPArray" / method "toString"
[ more >> ]
Config 1.10.9
* Fixed Bug #9632: PHPConstants container not registered. Thanks to <br />
Clemens Lang <neverpanic at gmail dot com>
[ more >> ]
Config 1.10.8
* Fixed Bug #7097: writeConfig incorrect when root has attributes
[ more >> ]
Config 1.10.8RC1
* Fixed Bug #7097: writeConfig incorrect when root has attributes<br />
This fix has the potential to break other things as it is a big change to the<br />
PHPArray backend. Please test.
[ more >> ]
Config 1.10.7
Changelog:<br />
* Fixed Bug #7544: Empty attributes in IniCommented are being discarded (Luis Correa d'Almeida)<br />
* Fixed Bug #7652: wrong xml to phparray convert. Caused by counting position<br />
of directives and sections seperately. While when converting to some containers<br />
we want to count them together.<br />
* Add tests to confirm behaviour of Bug #8357. Do not believe it is fixable without removing<br />
features.
[ more >> ]
|