From 87b52bb5cd8c27659a7cc36a1cbc28cf603b45ae Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 3 Aug 2004 06:21:17 +0000 Subject: [PATCH] MFH: fix typo in php.ini-dist & php.ini-recommended --- 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 51387cb4ac..4f6bcb2b2e 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -617,7 +617,7 @@ smtp_port = 25 ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of ; the 5th parameter to mail(), even in safe mode. -;mail.force_extra_paramaters = +;mail.force_extra_parameters = [SQL] sql.safe_mode = Off diff --git a/php.ini-recommended b/php.ini-recommended index e7afd66fc1..e147f21249 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -675,7 +675,7 @@ smtp_port = 25 ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of ; the 5th parameter to mail(), even in safe mode. -;mail.force_extra_paramaters = +;mail.force_extra_parameters = [SQL] sql.safe_mode = Off -- 2.50.1