summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-05-20 10:24:39 +0000
committerDerick Rethans <derick@php.net>2004-05-20 10:24:39 +0000
commitdcb0ee6ec4f6c22851a1dd58a4a74f0661fae25b (patch)
treec49db3e0074175f08d9cfdff35bebc15c12fc228
parentd9decf0dfc7e21cd5623f2c1b053d44a11c3c3ff (diff)
downloadphp-git-dcb0ee6ec4f6c22851a1dd58a4a74f0661fae25b.tar.gz
- Allow extra parameters to mail to be forced also from virtual host settings.
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index 87235a5a00..43e96d29f0 100644
--- a/main/main.c
+++ b/main/main.c
@@ -323,7 +323,7 @@ PHP_INI_BEGIN()
PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision)
PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)
PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL)
- PHP_INI_ENTRY("mail.force_extra_parameters",NULL, PHP_INI_SYSTEM, NULL)
+ PHP_INI_ENTRY("mail.force_extra_parameters",NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, NULL)
PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL)
PHP_INI_ENTRY("disable_classes", "", PHP_INI_SYSTEM, NULL)