mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
added mysql.trace_mode
This commit is contained in:
parent
f328f3ea51
commit
8da440214f
@ -650,6 +650,9 @@ mysql.default_password =
|
||||
; Maximum time (in secondes) for connect timeout. -1 means no limimt
|
||||
mysql.connect_timeout = -1
|
||||
|
||||
; Trace mode
|
||||
mysql.trace_mode = Off
|
||||
|
||||
[mSQL]
|
||||
; Allow or prevent persistent links.
|
||||
msql.allow_persistent = On
|
||||
|
@ -665,6 +665,8 @@ mysql.default_password =
|
||||
; Maximum time (in secondes) for connect timeout. -1 means no limimt
|
||||
mysql.connect_timeout = -1
|
||||
|
||||
; Trace mode.
|
||||
mysql.trace_mode = Off
|
||||
[mSQL]
|
||||
; Allow or prevent persistent links.
|
||||
msql.allow_persistent = On
|
||||
|
Loading…
Reference in New Issue
Block a user