diff --git a/install/ini.xml b/install/ini.xml index 97ca362bc5..bf796267df 100644 --- a/install/ini.xml +++ b/install/ini.xml @@ -134,6 +134,43 @@ include_path = ".;c:\php\lib" within .ini files. Example: open_basedir = ${open_basedir} ":/new/dir". + + &reftitle.changelog; + + + + + + + &Version; + &Description; + + + + + 7.0.0 + + Hash marks (#) are no longer recognized as comments. + + + + 5.3.0 + + Hash marks (#) should no longer be used as comments + and will throw a deprecation warning if used. + + + + 5.1.0 + + It is possible to refer to existing .ini variables from within .ini files. + + + + + + + diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index d04c48c9c7..6ac0a70890 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -89,12 +89,18 @@ Added new INI_SCANNER_TYPED mode. + + 7.0.0 + + Hash marks (#) are no longer recognized as comments. + + 5.3.0 Added optional scanner_mode parameter. Single quotes may now be used around variable assignments. - Hash marks (#) may no longer be used as comments + Hash marks (#) should no longer be used as comments and will throw a deprecation warning if used.