| commit | 539d360b5690921496ab874f47c081c93c45c0c9 | [log] [tgz] |
|---|---|---|
| author | Ivan Habunek <ihabunek@apache.org> | Sat Feb 18 22:26:33 2012 +0000 |
| committer | Ivan Habunek <ihabunek@apache.org> | Sat Feb 18 22:26:33 2012 +0000 |
| tree | fbfaedfb710f7077c704ac9e8d9c84dfef2eeb8e | |
| parent | 304883d6ac2d2ade7a468922e4ce7abcafeea9d5 [diff] |
Removed deprecated phpdoc comment. git-svn-id: https://svn.apache.org/repos/asf/logging/log4php/trunk@1290893 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/php/configurators/LoggerConfigurationAdapterINI.php b/src/main/php/configurators/LoggerConfigurationAdapterINI.php index 0721f5f..7f0725c 100644 --- a/src/main/php/configurators/LoggerConfigurationAdapterINI.php +++ b/src/main/php/configurators/LoggerConfigurationAdapterINI.php
@@ -59,12 +59,6 @@ /** * Loads and parses the INI configuration file. * - * INI_SCANNER_RAW is used here because otherwise parse_ini_file() will - * try to parse all values, with some strange results. For example, "true" - * will become "1", while "false" and "null" will become "" (empty string). - * - * @see http://php.net/manual/en/function.parse-ini-file.php - * * @param string $url Path to the config file. * @throws LoggerException */