Skip to content

Commit aae13b2

Browse files
committed
Fixed bug #50804 (Document configure.js --enable-crt-debug)
1 parent e1ba73d commit aae13b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// $Id$
33

44
ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
5-
ARG_ENABLE('crt-debug', 'Extra CRT debugging', 'no');
5+
ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
66
ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
77

88
if (PHP_CLI == "yes") {

0 commit comments

Comments
 (0)