From 6b7e06620d31078bdd8dd139a395439b0fe810ea Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 13 Oct 2014 14:48:05 +0200 Subject: Remove zend.ze1_compatibility_mode checks, it does not exist in PHP >= 5.3 --- .htaccess | 1 - 1 file changed, 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index f21cf3475..a9cc5c3f3 100644 --- a/.htaccess +++ b/.htaccess @@ -14,7 +14,6 @@ php_flag register_globals Off php_flag zlib.output_compression Off php_flag magic_quotes_gpc Off php_flag magic_quotes_runtime Off -php_flag zend.ze1_compatibility_mode Off php_flag suhosin.session.encrypt Off #php_value session.cookie_path / -- cgit v1.2.3