From b8d5634e2e07c2cb49c880cf167cc9d3903d0b34 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 28 Dec 2004 14:53:14 +0000 Subject: [PATCH] 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 --- reference/filesystem/functions/parse-ini-file.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index 4015473d08..1f7fc55525 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + @@ -42,6 +42,12 @@ and open_basedir. + + + Prior to PHP 5.0 this function can't handle newlines. Only the first + line is parsed. + + There are reserved words which must not be used as keys for