We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ba73d commit aae13b2Copy full SHA for aae13b2
sapi/cli/config.w32
@@ -2,7 +2,7 @@
2
// $Id$
3
4
ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
5
-ARG_ENABLE('crt-debug', 'Extra CRT debugging', 'no');
+ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
6
ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
7
8
if (PHP_CLI == "yes") {
0 commit comments