http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of configThe latest releases for the package configConfig 1.10.12
http://pear.php.net/package/Config/download/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)
2010年12月24日T08:05:17-05:00aharveyConfig 1.10.11
http://pear.php.net/package/Config/download/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.
2007年06月12日T01:29:25-05:00aashleyConfig 1.10.10
http://pear.php.net/package/Config/download/1.10.10/
* Fix Bug #10010: numeric index lost when parsing subarrays<br />
* Fix Bug #10185: problem with addslashs in container "PHPArray" / method "toString"
2007年03月26日T21:07:28-05:00aashleyConfig 1.10.9
http://pear.php.net/package/Config/download/1.10.9/
* Fixed Bug #9632: PHPConstants container not registered. Thanks to <br />
Clemens Lang <neverpanic at gmail dot com>
2006年12月21日T19:37:40-05:00aashleyConfig 1.10.8
http://pear.php.net/package/Config/download/1.10.8/
* Fixed Bug #7097: writeConfig incorrect when root has attributes
2006年11月09日T20:02:46-05:00aashleyConfig 1.10.8RC1
http://pear.php.net/package/Config/download/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.
2006年10月19日T23:27:31-05:00aashleyConfig 1.10.7
http://pear.php.net/package/Config/download/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.
2006年08月10日T22:24:50-05:00aashleyConfig 1.10.6
http://pear.php.net/package/Config/download/1.10.6/
Changelog:<br />
* More PHP 4.4 and 5.1 return by reference fixes<br />
* Fixed bug #4477 fatal error when key of array is longer than 114 chars under PHP4.x<br />
* Fixed bug #6385 Allow colon in directive name in IniCommented to match IniFile.<br />
* Fixed bug #6441 true and false literals should be parsed appropriately. Booleans are now parsed the same as in parse_ini_file()
2006年02月13日T20:55:01-05:00aashleyConfig 1.10.5
http://pear.php.net/package/Config/download/1.10.5/
Changelog:<br />
* Make what we add quotes around consistent between IniFile and IniCommented.<br />
* Fixed bug #3137 Adding a comment caused problems outputing in phparray format.<br />
* Fixed bug #3590 Handling phparray formats with implicit numeric keys.<br />
* Fixed bug #4623 Rendering to Apache format a second time looses section attributes.<br />
* Fixed bug #5598 Allow '=' in values and output it correctly in IniFile format.<br />
* Fixed bugs #5033, #5835, #6294 Return only variables by reference as required by PHP 4.4 and 5.1.<br />
* Partial Fix for #6385 Allow colon in directive name in IniCommented to match IniFile.
2006年01月03日T00:40:10-05:00aashleyConfig 1.10.4
http://pear.php.net/package/Config/download/1.10.4/
Changelog:<br />
* Fixed bug #3298 which wouldn't parse arrays with numerical indexes correctly.<br />
*Fixed bug #2742 which didn't trim variable names in Inicommented file<br />
*changed XML_Parser and XML_Util dependencies to optional, since they're only needed <br />
when parsing XML files (bug #2738)<br />
*added a new container for editing files of php constants, courtesy of philip ortel [me@phillipoertel.com] (devel)
2005年02月12日T14:18:25-05:00ryansking