Author: ihabunek
Date: Sat Feb 18 22:26:33 2012
New Revision: 1290893
URL: http://svn.apache.org/viewvc?rev=1290893&view=rev
Log:
Removed deprecated phpdoc comment.
Modified:
logging/log4php/trunk/src/main/php/configurators/LoggerConfigurationAdapterINI.php
Modified:
logging/log4php/trunk/src/main/php/configurators/LoggerConfigurationAdapterINI.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/configurators/LoggerConfigurationAdapterINI.php?rev=1290893&r1=1290892&r2=1290893&view=diff
==============================================================================
---
logging/log4php/trunk/src/main/php/configurators/LoggerConfigurationAdapterINI.php
(original)
+++
logging/log4php/trunk/src/main/php/configurators/LoggerConfigurationAdapterINI.php
Sat Feb 18 22:26:33 2012
@@ -59,12 +59,6 @@ class LoggerConfigurationAdapterINI impl
/**
* 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
*/