diff --git a/Documentation.html b/Documentation.html
index 070b3e1d2..8848f90e3 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1379,6 +1379,12 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
HTTP server is placed.
+
$cfg['Error_Handler']['display'] boolean
+ Whether to display errors from PHP or not.
+
+ $cfg['Error_Handler']['gather'] boolean
+ Whether to gather errors from PHP or not.
+
$cfg['LeftFrameLight'] boolean
Defines whether to use a select-based menu and display only the current
tables in the left frame (smaller page). Only in Non-Lightmode you can
@@ -1883,20 +1889,20 @@ $cfg['TrustedProxies'] =
name of the field. The comment is shown as a tool-tip for that field.
- $cfg['SQLQuery']['Edit'] boolean
+ $cfg['SQLQuery']['Edit'] boolean
Whether to display an edit link to change a query in any SQL Query box.
- $cfg['SQLQuery']['Explain'] boolean
+ $cfg['SQLQuery']['Explain'] boolean
Whether to display a link to explain a SELECT query in any SQL Query box.
- $cfg['SQLQuery']['ShowAsPHP'] boolean
+ $cfg['SQLQuery']['ShowAsPHP'] boolean
Whether to display a link to wrap a query in PHP code in any SQL Query box.
- $cfg['SQLQuery']['Validate'] boolean
+ $cfg['SQLQuery']['Validate'] boolean
Whether to display a link to validate a query in any SQL Query box.
See also $cfg_SQLValidator.
- $cfg['SQLQuery']['Refresh'] boolean
+ $cfg['SQLQuery']['Refresh'] boolean
Whether to display a link to refresh a query in any SQL Query box.
$cfg['UploadDir'] string
@@ -4451,6 +4457,9 @@ now synchronize your databases placed on the same server or some remote server.
PEAR
coding standards
on the other hand. Please pay attention to this.
+ Please enable showing PHP errors and warnings by the
+ $cfg['Error_Handler']['display']
+ configuration directive.
Please try to keep up the file-naming conventions. Table-related stuff
goes to tbl_*.php, db-related code to db_*.php,
server-related tools to server_*.php and so on.