Browse Source

Added php.ini option "mysql_connection.timeout"

experimental/new_apache_hooks
Georg Richter 24 years ago
parent
commit
ab863dee30
  1. 3
      php.ini-dist
  2. 3
      php.ini-recommended

3
php.ini-dist

@ -603,6 +603,9 @@ mysql.default_user =
; file will be able to reveal the password as well.
mysql.default_password =
; Maximum time (in secondes) for connect timeout. -1 means no limimt
mysql.connect_timeout = -1
[mSQL]
; Allow or prevent persistent links.
msql.allow_persistent = On

3
php.ini-recommended

@ -608,6 +608,9 @@ mysql.default_user =
; file will be able to reveal the password as well.
mysql.default_password =
; Maximum time (in secondes) for connect timeout. -1 means no limimt
mysql.connect_timeout = -1
[mSQL]
; Allow or prevent persistent links.
msql.allow_persistent = On

Loading…
Cancel
Save