Browse Source

added a little bit more information for mysql.trace_mode

experimental/threaded
Georg Richter 23 years ago
parent
commit
3b510352ad
  1. 3
      php.ini-dist
  2. 4
      php.ini-recommended

3
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]

4
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

Loading…
Cancel
Save