From d4f264827af7816eb8cf242f925a9594454eea1f Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 8 Aug 2008 08:41:27 +0000 Subject: #1485155: added zend.ze1_compatibility_mode check in installer and option disabled in .htaccess --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 556b8c009..9e3667b09 100644 --- a/.htaccess +++ b/.htaccess @@ -11,6 +11,7 @@ AddType text/x-component .htc php_value session.auto_start 0 php_value zlib.output_compression 0 php_value magic_quotes_gpc 0 + php_value zend.ze1_compatibility_mode 0 -- cgit v1.2.3