mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #31151: parse_ini_file() can't handle newline with PHP4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175789 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5aff634366
commit
b8d5634e2e
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
|
||||
<refentry id="function.parse-ini-file">
|
||||
<refnamediv>
|
||||
|
@ -42,6 +42,12 @@
|
|||
and <link linkend="ini.open-basedir">open_basedir</link>.
|
||||
</simpara>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
Prior to PHP 5.0 this function can't handle newlines. Only the first
|
||||
line is parsed.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<simpara>
|
||||
There are reserved words which must not be used as keys for
|
||||
|
|
Loading…
Reference in a new issue