document that a feature is not implemented yet
This commit is contained in:
@@ -580,6 +580,7 @@ $cfg['Error_Handler'] = array();
|
|||||||
$cfg['Error_Handler']['display'] = false;
|
$cfg['Error_Handler']['display'] = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* (NOT IMPLEMENTED YET)
|
||||||
* where to log errors, false or empty to disable
|
* where to log errors, false or empty to disable
|
||||||
*
|
*
|
||||||
* <code>
|
* <code>
|
||||||
@@ -594,7 +595,7 @@ $cfg['Error_Handler']['display'] = false;
|
|||||||
* @see http://php.net/error_log
|
* @see http://php.net/error_log
|
||||||
* @global string $cfg['Error_Handler']['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
|
* gather all errors in session to be displayed on a error reporting page
|
||||||
|
Reference in New Issue
Block a user