For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /en/reference/filesystem/functions parse-ini-file.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/filesystem/functions parse-ini-file.xml
Jakub Vrana

2006-01-30, 6:57 pm

vrana Mon Jan 30 15:08:14 2006 UTC

Modified files:
/phpdoc/en/reference/filesystem/functions parse-ini-file.xml
Log:
{} have special meaning too (bug #36149)

http://cvs.php.net/viewcvs.cgi/phpd...3&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.22 phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.23
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.22 Wed Dec 7 11:46:40 2005
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Jan 30 15:08:14 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
<refentry id="function.parse-ini-file">
<refnamediv>
@@ -52,7 +52,7 @@
There are reserved words which must not be used as keys for
ini files. These include: null, yes, no, true, and false.
Values null, no and false results in "", yes and true results in "1".
- Characters <literal>|&~![()"</literal> must not be used anywhere in
+ Characters <literal>{}|&~![()"</literal> must not be used anywhere in
the key and have a special meaning in the value.
</simpara>
</note>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com