diff options
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 953125b9aa..d3ebc6357f 100644 --- a/php.ini-dist +++ b/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 |