Skip to content

Commit

Permalink
docs and package v0.1.2b
Browse files Browse the repository at this point in the history
  • Loading branch information
pce committed Jul 18, 2011
1 parent 48e4552 commit 910c371
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
17 changes: 17 additions & 0 deletions README.asciidoc
Expand Up @@ -149,6 +149,23 @@ foreach ($config as $section => $name) {
----------


=== Options


== setProcessSections(bool)

Sets whether or not sections should be processed
If true, values for each section will be placed into
a sub-array for the section. If false, all values will
be placed in the global scope.

== setQuoteStrings(bool)

Sets whether or not to doubleQuote
If true, everything but bool and numeric
values get doublequoted.



=== Notes & Limitations

Expand Down
25 changes: 21 additions & 4 deletions package.xml
Expand Up @@ -20,17 +20,17 @@ Currently classes available are:
<email>pce@php.net</email>
<active>yes</active>
</lead>
<date>2011-03-10</date>
<date>2011-07-18</date>
<version>
<release>0.1.1</release>
<api>0.1.1</api>
<release>0.1.2</release>
<api>0.1.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.gnu.org/copyleft/lesser.html">lgpl</license>
<notes>Fix #18353 and improvements</notes>
<notes>fix #18673, new optional doublequotes</notes>
<contents>
<dir name="/">
<dir name="Config">
Expand Down Expand Up @@ -77,6 +77,23 @@ Currently classes available are:
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.1.2</release>
<api>0.1.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2011-07-18</date>
<license uri="http://www.php.net/license/3_0.txt">PHP License</license>
<notes>
* fix and test for Bug #18673 by mfonda
* added option to disable doublequoted values
</notes>
</release>

<release>
<version>
<release>0.1.1</release>
Expand Down

0 comments on commit 910c371

Please sign in to comment.