- Update.

# Go Rasmus go :-)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81862 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-05-11 20:24:52 +00:00
parent ba914444c0
commit ff5eaf603f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
<refentry id="function.parse-ini-file">
<refnamediv>
@ -30,6 +30,13 @@
read in your own application's configuration files.
</para>
</note>
<note>
<simpara>
Since PHP 4.2.1 this function is also affected by <link
linkend="ini.safe-mode">safe_mode</link> and <link
linkend="ini.open-basedir">open_basedir</link>.
</simpara>
</note>
<para>
The structure of the ini file is similar to that of
the &php.ini;'s.