Fixed bug #50804 (Document configure.js --enable-crt-debug)

This commit is contained in:
Kalle Sommer Nielsen 2010-08-11 22:38:15 +00:00
parent e1ba73d3d9
commit aae13b29a9

View File

@ -2,7 +2,7 @@
// $Id$
ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
ARG_ENABLE('crt-debug', 'Extra CRT debugging', 'no');
ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
if (PHP_CLI == "yes") {