Fixed bug #47703 (ini file syntax not well documented)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293473 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-01-13 01:02:35 +00:00
parent aba70e8421
commit c653243a38

View file

@ -82,6 +82,15 @@
</row>
</thead>
<tbody>
<row>
<entry>5.3.0</entry>
<entry>
Improved INI syntax parser: Single quotes may now be used around
variable assignments, and hash marks (<literal>#</literal>) may
now be used as comments, thrus throwing a deprecation warning if
used.
</entry>
</row>
<row>
<entry>5.3.0</entry>
<entry>