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 | |
parent | f300bdce82e381081241b79f0ac7769bb1a8851b (diff) | |
download | php-git-3b510352ad9be6ec76d95a09aa96263c15767c3f.tar.gz |
added a little bit more information for mysql.trace_mode
-rw-r--r-- | php.ini-dist | 3 | ||||
-rw-r--r-- | php.ini-recommended | 4 |
2 files changed, 5 insertions, 2 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] diff --git a/php.ini-recommended b/php.ini-recommended index 56106ba58d..8a59a5e954 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -665,8 +665,10 @@ 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] ; Allow or prevent persistent links. msql.allow_persistent = On |