From 3b510352ad9be6ec76d95a09aa96263c15767c3f Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Mon, 11 Nov 2002 13:40:30 +0000 Subject: [PATCH] added a little bit more information for mysql.trace_mode --- php.ini-dist | 3 ++- 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 -- 2.50.1