From c653243a389cceb8afda1a4126956e392ed9cdf8 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 13 Jan 2010 01:02:35 +0000 Subject: [PATCH] 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 --- reference/filesystem/functions/parse-ini-file.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index 89680367ef..c64ff99652 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -82,6 +82,15 @@ + + 5.3.0 + + Improved INI syntax parser: Single quotes may now be used around + variable assignments, and hash marks (#) may + now be used as comments, thrus throwing a deprecation warning if + used. + + 5.3.0