diff options
author | Antony Dovgal <tony2001@php.net> | 2004-08-17 10:57:40 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2004-08-17 10:57:40 +0000 |
commit | b3da1422bb2fae751ac6cdac213a822bf47d5304 (patch) | |
tree | af812ac23f6071fbb00a530d75698c875ea99ad4 | |
parent | d3cf46ca1d6d9765f00dce99173fcff8a0992ab1 (diff) | |
download | php-git-b3da1422bb2fae751ac6cdac213a822bf47d5304.tar.gz |
fix typo
-rw-r--r-- | php.ini-dist | 2 | ||||
-rw-r--r-- | php.ini-recommended | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist index e98059cbb7..387a2fcba3 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -681,7 +681,7 @@ 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 +; Maximum time (in secondes) for connect timeout. -1 means no limit mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and diff --git a/php.ini-recommended b/php.ini-recommended index 15641d4467..96407a146f 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -739,7 +739,7 @@ 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 +; Maximum time (in secondes) for connect timeout. -1 means no limit mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and |