From ff5eaf603f8740b348f0820f88394489b618a38f Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Sat, 11 May 2002 20:24:52 +0000 Subject: [PATCH] - Update. # Go Rasmus go :-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81862 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/parse-ini-file.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index 6d1420164c..9a8437c1c7 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + @@ -30,6 +30,13 @@ read in your own application's configuration files. + + + Since PHP 4.2.1 this function is also affected by safe_mode and open_basedir. + + The structure of the ini file is similar to that of the &php.ini;'s.