File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
reference/filesystem/functions Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2222 <para >
2323 The structure of the ini file is the same as the &php.ini; 's.
2424 </para >
25+ <warning >
26+ <simpara >
27+ This function must not be used with untrusted inputs, unless
28+ <parameter >scanner_mode</parameter > is <constant >INI_SCANNER_RAW</constant >
29+ since the parsed output might contain the values of sensitive
30+ constants, such as constants holding a database password.
31+ </simpara >
32+ </warning >
2533 </refsect1 >
2634
2735 <refsect1 role =" parameters" >
Original file line number Diff line number Diff line change 2121 <para >
2222 The structure of the ini string is the same as the &php.ini; 's.
2323 </para >
24+ <warning >
25+ <simpara >
26+ This function must not be used with untrusted inputs, unless
27+ <parameter >scanner_mode</parameter > is <constant >INI_SCANNER_RAW</constant >
28+ since the parsed output might contain the values of sensitive
29+ constants, such as constants holding a database password.
30+ </simpara >
31+ </warning >
2432 </refsect1 >
2533
2634 <refsect1 role =" parameters" >
You can’t perform that action at this time.
0 commit comments