document that a feature is not implemented yet

This commit is contained in:
Marc Delisle
2008-12-22 17:32:17 +00:00
parent b0d16197e3
commit ff9834f276

View File

@@ -580,6 +580,7 @@ $cfg['Error_Handler'] = array();
$cfg['Error_Handler']['display'] = false;
/**
* (NOT IMPLEMENTED YET)
* where to log errors, false or empty to disable
*
* <code>
@@ -594,7 +595,7 @@ $cfg['Error_Handler']['display'] = false;
* @see http://php.net/error_log
* @global string $cfg['Error_Handler']['log']
*/
$cfg['Error_Handler']['log'] = false;
//$cfg['Error_Handler']['log'] = false;
/**
* gather all errors in session to be displayed on a error reporting page