From 2086644e2b107ad2d69c1d367cb24233e7b2515c Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 17 Aug 2004 10:58:34 +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 960d8aa9b2..6f6f027b7f 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -670,7 +670,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 a3bc60998a..b15b2d45c4 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -685,7 +685,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