From: Antony Dovgal Date: Tue, 3 Aug 2004 06:21:17 +0000 (+0000) Subject: MFH: fix typo in php.ini-dist & php.ini-recommended X-Git-Tag: php-5.0.1RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87b52bb5cd8c27659a7cc36a1cbc28cf603b45ae;p=php MFH: fix typo in php.ini-dist & php.ini-recommended --- 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