From 9173e270b0f4f2821696362c8af54812c9d74bfb Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 17 Aug 2004 10:58:07 +0000 Subject: [PATCH] MFH: fix typo --- php.ini-dist | 2 +- 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 -- 2.50.1