Remove xdebug.error_report_stacks
commit47f7c311c959bec6ccfc1b50ff43d68f2654ecff
authorAlex Malyshev <alexanderm@fb.com>
Wed, 12 Aug 2015 19:58:41 +0000 (12 12:58 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Wed, 12 Aug 2015 20:30:34 +0000 (12 13:30 -0700)
tree2a1df7d73af5473195b31852dd57fae783096064
parent27fab5cd94531dde1ffd71cd80a5459925d4096c
Remove xdebug.error_report_stacks

Summary: Turns out this is identical to the xdebug.default_enable option, so just use
that instead.  We still need to make ExtendedLogger respect it though, so this
isn't a revert of the previous diff.

Reviewed By: @paulbiss

Differential Revision: D2334564
hphp/runtime/ext/xdebug/ext_xdebug.cpp
hphp/runtime/ext/xdebug/ext_xdebug.h
hphp/test/slow/ext_xdebug/error-no-stack.php [deleted file]
hphp/test/slow/ext_xdebug/error-no-stack.php.expectf [deleted file]
hphp/test/slow/ext_xdebug/error-no-stack.php.ini [deleted file]