Skip to content

Commit b8fb7d9

Browse files
Merge MC-13741 into 2.3-bugfixes-070219
2 parents c2423e8 + be55ef5 commit b8fb7d9

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.htaccess

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@
2828
#AddHandler x-mapp-php5 .php
2929

3030
############################################
31-
## default index file
32-
## Specifies option, to use methods arguments in backtrace or not
31+
## enable usage of methods arguments in backtrace
32+
3333
SetEnv MAGE_DEBUG_SHOW_ARGS 1
3434

35+
############################################
36+
## default index file
37+
3538
DirectoryIndex index.php
3639

3740
<IfModule mod_php5.c>

.htaccess.sample

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@
2828
#AddHandler x-mapp-php5 .php
2929

3030
############################################
31-
## default index file
32-
## Specifies option, to use methods arguments in backtrace or not
31+
## enable usage of methods arguments in backtrace
32+
3333
SetEnv MAGE_DEBUG_SHOW_ARGS 1
3434

35+
############################################
36+
## default index file
37+
3538
DirectoryIndex index.php
3639

3740
############################################

nginx.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# listen 80;
1010
# server_name mage.dev;
1111
# set $MAGE_ROOT /var/www/magento2;
12-
# set $MAGE_DEBUG_SHOW_ARGS 1
12+
# set $MAGE_DEBUG_SHOW_ARGS 1;
1313
# include /vagrant/magento2/nginx.conf.sample;
1414
# }
1515
#

0 commit comments

Comments
 (0)