Jeremy Newman : change some PHP defaults

Jeremy Newman jnewman at winehq.org
Mon Nov 21 08:38:07 CST 2016


Module: appdb
Branch: master
Commit: 45b600425c0560e3656ed0025fcdc2ed058086c8
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=45b600425c0560e3656ed0025fcdc2ed058086c8

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Mon Nov 14 13:16:11 2016 -0600

change some PHP defaults

error reporting will be handled internally

---

 .htaccess | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 5884b93..a0020e6 100644
--- a/.htaccess
+++ b/.htaccess
@@ -15,14 +15,16 @@ ErrorDocument 404 https://www.winehq.org/site/404
 
 # Modify the PHP configuration (global vars, etc.)
 php_flag allow_call_time_pass_reference 1
-php_value error_reporting 22519
+php_value memory_limit 64M
 php_value html_errors "1"
-php_value display_errors "1"
+php_value display_errors "0"
 php_value register_globals 0
 php_value short_open_tag 0
 php_value register_long_arrays 0
 php_value magic_quotes_gpc 0
 php_flag zlib.output_compression on
+php_value date.timezone "America/Chicago"
+php_value mail.add_x_header "0"
 
 # make sure gc_probability is non-zero, we want php to take care of
 # session cleanup for us




More information about the wine-cvs mailing list