From 5988080ea396a97fc22d8af4d12d22b98c0cfdb1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 20 May 2010 15:12:45 +0000 Subject: [PATCH] replaced several calendar_so::search() parameter with new array $params parameter and added new $params[users] with raw users as passed to calendar_bo::search() (without members and memberships added) for calendar integration --- .htaccess | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 085db3f035..b1d25f2436 100644 --- a/.htaccess +++ b/.htaccess @@ -13,9 +13,10 @@ php_flag register_globals off php_flag short_open_tag on php_flag track_vars on php_flag display_errors off -php_value error_reporting 'E_ALL & ~E_NOTICE' +# E_ALL & ~E_NOTICE & ~E_STRICT = 8191 - 8 - 2048 = 6135 +php_value error_reporting 6135 php_value max_execution_time 90 -php_value memory_limit 64M +php_value memory_limit 256M php_value session.gc_maxlifetime 14400 php_value upload_max_filesize 64M php_value post_max_size 65M