[Pkg-owncloud-commits] [owncloud] 93/118: Synchronize PHP settings with master

David Prévot taffit at moszumanska.debian.org
Fri Mar 27 22:13:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 3232dc76d4b4252ef312285071103bcb1d5d367c
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Thu Mar 26 16:54:15 2015 +0100

    Synchronize PHP settings with master
    
    Fixes https://github.com/owncloud/core/issues/15044
---
 .htaccess | 2 ++
 .user.ini | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.htaccess b/.htaccess
index ba31b6e..654bb6c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -13,6 +13,8 @@ php_value post_max_size 513M
 php_value memory_limit 512M
 php_value mbstring.func_overload 0
 php_value always_populate_raw_post_data -1
+php_value default_charset 'UTF-8'
+php_value output_buffering off
 <IfModule mod_env.c>
   SetEnv htaccessWorking true
 </IfModule>
diff --git a/.user.ini b/.user.ini
index 09f6a05..c5996e8 100644
--- a/.user.ini
+++ b/.user.ini
@@ -3,3 +3,5 @@ post_max_size=513M
 memory_limit=512M
 mbstring.func_overload=0
 always_populate_raw_post_data=-1
+default_charset='UTF-8'
+output_buffering=off

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list