Jeremy Newman : disable notices, and strict PHP error reporting

Jeremy Newman jnewman at winehq.org
Thu Jan 9 09:18:41 CST 2014


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

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Thu Jan  9 09:18:02 2014 -0600

disable notices, and strict PHP error reporting

---

 .htaccess |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 1765613..440ee16 100644
--- a/.htaccess
+++ b/.htaccess
@@ -12,7 +12,7 @@ ErrorDocument 404 http://www.winehq.org/site/404
 
 # Modify the PHP configuration (global vars, etc.)
 php_flag allow_call_time_pass_reference 1
-php_value error_reporting "1"
+php_value error_reporting 30711
 php_value html_errors "1"
 php_value display_errors "1"
 php_value register_globals 0




More information about the wine-cvs mailing list