Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
#348448 follow-up by mfb: Remove default E_STRICT error reporting. We…
Browse files Browse the repository at this point in the history
…'re too far into the release cycle for changes like this. Let's pick it up again in Drupal 8! :)
  • Loading branch information
webchick committed May 5, 2010
1 parent cc5e861 commit 29437a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .htaccess
Expand Up @@ -38,8 +38,6 @@ DirectoryIndex index.php index.html index.htm
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_flag mbstring.encoding_translation off
# Report all PHP errors, including compile-time errors.
php_value error_reporting -1
</IfModule>
# Requires mod_expires to be enabled.
Expand Down Expand Up @@ -113,4 +111,4 @@ DirectoryIndex index.php index.html index.htm
RewriteRule ^ index.php [L]
</IfModule>
# $Id: .htaccess,v 1.108 2010-04-11 18:33:43 dries Exp $
# $Id: .htaccess,v 1.109 2010-05-05 06:15:59 webchick Exp $

0 comments on commit 29437a9

Please sign in to comment.