From aae13b29a966d1b4144fb601cd277df63b26cce3 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 11 Aug 2010 22:38:15 +0000 Subject: [PATCH] Fixed bug #50804 (Document configure.js --enable-crt-debug) --- sapi/cli/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/cli/config.w32 b/sapi/cli/config.w32 index 4f0cdcdd549..923aa399e5a 100644 --- a/sapi/cli/config.w32 +++ b/sapi/cli/config.w32 @@ -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") {