edink Tue Jun 4 19:23:13 2002 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions parse-ini-file.xml
Log:
Fix for #15006.
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.4
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.5
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.4 Sat May 11
16:24:52 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Jun 4 19:23:13
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
<refentry id="function.parse-ini-file">
<refnamediv>
@@ -28,6 +28,12 @@
&php.ini; file. It is already processed,
the time you run your script. This function can be used to
read in your own application's configuration files.
+ </para>
+ </note>
+ <note>
+ <para>
+ If the value contains any non-alphanumeric characters it needs to be
+ enclosed in double-quotes (").
</para>
</note>
<note>