Module: appdb Branch: master Commit: 7d01bffa7c88cbc28a9512ec85b1b8bd2678da50 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=7d01bffa7c88cbc28a9512ec8...
Author: Jeremy Newman jnewman@codeweavers.com Date: Thu Sep 1 09:03:04 2011 -0500
WineHQ now runs on PHP 5.3. Update .htaccess to allow the legacy appdb code to work without PHP yarping about depreciated functions
---
.htaccess | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.htaccess b/.htaccess index dc28799..1765613 100644 --- a/.htaccess +++ b/.htaccess @@ -11,6 +11,10 @@ DirectoryIndex index.php 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 html_errors "1" +php_value display_errors "1" php_value register_globals 0 php_value short_open_tag 0 php_value register_long_arrays 0