derick Thu May 20 06:24:39 2004 EDT
Modified files:
/php-src/main main.c
Log:
- Allow extra parameters to mail to be forced also from virtual host settings.
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.601&r2=1.602&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.601 php-src/main/main.c:1.602
--- php-src/main/main.c:1.601 Wed Mar 24 08:33:26 2004
+++ php-src/main/main.c Thu May 20 06:24:39 2004
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.601 2004/03/24 13:33:26 stas Exp $ */
+/* $Id: main.c,v 1.602 2004/05/20 10:24:39 derick Exp $ */
/* {{{ includes
*/
@@ -323,7 +323,7 @@
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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php