From: Antony Dovgal Date: Tue, 3 Aug 2004 06:19:16 +0000 (+0000) Subject: fix typo in php.ini: paramAters -> paramEters X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=addc7161b9926ee7b247eb6e536ee503239769a2;p=php fix typo in php.ini: paramAters -> paramEters --- 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