Skip to content

Commit

Permalink
Don't use any Xdebug flags by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Jun 3, 2011
1 parent ec63e03 commit 3b5ac6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ php_value auto_append_file "footer.inc.php"

php_value memory_limit 500M

php_value xdebug.show_local_vars 1
#php_value xdebug.show_local_vars 1
#php_value xdebug.profiler_enable 1
#php_value xdebug.profiler_enable_trigger 1
#php_value xdebug.profiler_output_dir /tmp/xdebug
Expand Down

0 comments on commit 3b5ac6a

Please sign in to comment.