Jeremy Newman : disable E_DEPRECATED (-8192) in PHP error reporting

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


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

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

disable E_DEPRECATED (-8192) in PHP error reporting

---

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

diff --git a/.htaccess b/.htaccess
index 440ee16..98a1d1e 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 30711
+php_value error_reporting 22519
 php_value html_errors "1"
 php_value display_errors "1"
 php_value register_globals 0




More information about the wine-cvs mailing list