diff options
author | Antony Dovgal <tony2001@php.net> | 2004-08-03 06:19:16 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2004-08-03 06:19:16 +0000 |
commit | addc7161b9926ee7b247eb6e536ee503239769a2 (patch) | |
tree | 0069b80a417b4fd95e5dee0ba136f30b24eb0590 /php.ini-dist | |
parent | c0fd8596883b6ff92fedf232e0169765e1ee4422 (diff) | |
download | php-git-addc7161b9926ee7b247eb6e536ee503239769a2.tar.gz |
fix typo in php.ini: paramAters -> paramEters
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 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 |