Skip to content

Commit 0728d75

Browse files
author
Ankur Kaneria
committed
MAGETWO-44112: [php7]*.htaccess incompatibility with php 7
- Removed magic_quotes_gpc which is no longer supported by PHP
1 parent 2c5ecc7 commit 0728d75

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

dev/tests/functional/.htaccess

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
php_value memory_limit 256M
3636
php_value max_execution_time 18000
3737

38-
############################################
39-
## disable magic quotes for php request vars
40-
41-
php_flag magic_quotes_gpc off
42-
4338
############################################
4439
## disable automatic session start
4540
## before autoload was initialized
@@ -72,11 +67,6 @@
7267
php_value memory_limit 256M
7368
php_value max_execution_time 18000
7469

75-
############################################
76-
## disable magic quotes for php request vars
77-
78-
php_flag magic_quotes_gpc off
79-
8070
############################################
8171
## disable automatic session start
8272
## before autoload was initialized

0 commit comments

Comments
 (0)