]> granicus.if.org Git - php/commit
Report mem leaks to stderr if no Win debugger is present
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 8 Sep 2018 11:57:01 +0000 (13:57 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 8 Sep 2018 11:57:01 +0000 (13:57 +0200)
commit3145d6c6b9286c13bc84496d3f3d9853a030136a
tree9c64ae3ddecc2e430dacc8052ccc9ce2c9caa4cf
parent98b01a14e3f29a058952563cd90785227dcfb3f6
Report mem leaks to stderr if no Win debugger is present

Formerly, we sent output regarding memory leaks always to the debugger
on Windows, but this appears to be not useful especially for the PHPTs,
which usually are not run under a debugger, and so important info will
not be available there.
main/main.c