On Tue, 28 Dec 2004, Mehdi Achour wrote: > didou Tue Dec 28 09:53:14 2004 EDT > > Modified files: > /phpdoc/en/reference/filesystem/functions parse-ini-file.xml > Log: > fix #31151: parse_ini_file() can't handle newline with PHP4 > > http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.17&r2=1.18&ty=u > Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml > diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.17 > phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.18 > --- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.17 Tue Jul > 27 05:44:05 2004 > +++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Dec > 28 09:53:14 2004 > @@ -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> > @@ -43,6 +43,12 @@ > </simpara> > </note> > <note> > + <para> > + Prior to PHP 5.0 this function can't handle newlines. Only the first > + line is parsed. > + </para> > + </note> > + <note>
I would change that to: As of PHP 5.0 this function also handles new lines in values. This would make more sense. Derick
