diff options
| author | Georg Richter <georg@php.net> | 2002-11-11 13:40:30 +0000 |
|---|---|---|
| committer | Georg Richter <georg@php.net> | 2002-11-11 13:40:30 +0000 |
| commit | 3b510352ad9be6ec76d95a09aa96263c15767c3f (patch) | |
| tree | 055d3f75aa8013407fb3bf9a883a20ed31984b60 /php.ini-dist | |
| parent | f300bdce82e381081241b79f0ac7769bb1a8851b (diff) | |
| download | php-git-3b510352ad9be6ec76d95a09aa96263c15767c3f.tar.gz | |
added a little bit more information for mysql.trace_mode
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index 134ac172ac..05e78f8cff 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -650,7 +650,8 @@ mysql.default_password = ; Maximum time (in secondes) for connect timeout. -1 means no limimt mysql.connect_timeout = -1 -; Trace mode +; Trace mode. When trace_mode is active (=On), warnings for table/index scans and +; SQL-Erros will be displayed. mysql.trace_mode = Off [mSQL] |
