From 0d9a0ecde32be4af32b1060ccfde10c362b9eca1 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 8 Apr 2011 14:46:46 +0000 Subject: reset php.ini to default, as we should be doing all changes using apache config --- modules/php/templates/php.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/php') diff --git a/modules/php/templates/php.ini b/modules/php/templates/php.ini index e4f2f1e0..8bfe560c 100644 --- a/modules/php/templates/php.ini +++ b/modules/php/templates/php.ini @@ -932,7 +932,7 @@ default_socket_timeout = 60 [Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone -date.timezone = <%= php_date_timezone %> +;date.timezone = ; http://php.net/date.default-latitude ;date.default_latitude = 31.7667 @@ -1030,7 +1030,7 @@ smtp_port = 25 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ; http://php.net/sendmail-path -sendmail_path = /usr/sbin/sendmail -t -i -f <%= php_sender_email %> +;sendmail_path = ; 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 -- cgit v1.2.1