diff --git a/README.asciidoc b/README.asciidoc index 784283d..af3fcde 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 diff --git a/package.xml b/package.xml index 6ee0530..cd46e27 100644 --- a/package.xml +++ b/package.xml @@ -20,17 +20,17 @@ Currently classes available are: pce@php.net yes - 2011-03-10 + 2011-07-18 - 0.1.1 - 0.1.1 + 0.1.2 + 0.1.2 beta beta lgpl - Fix #18353 and improvements + fix #18673, new optional doublequotes @@ -77,6 +77,23 @@ Currently classes available are: + + + 0.1.2 + 0.1.2 + + + beta + beta + + 2011-07-18 + PHP License + + * fix and test for Bug #18673 by mfonda + * added option to disable doublequoted values + + + 0.1.1