summaryrefslogtreecommitdiff
path: root/sapi/cli/config.w32
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-02-16 10:13:02 +0100
committerOndřej Surý <ondrej@sury.org>2011-02-16 10:13:02 +0100
commitfd5a0b31640419ca63d1ddeaffd6d3cf2a741814 (patch)
treebfd17d84c5181d7b98d7d66f56573f4fc897e31c /sapi/cli/config.w32
parent01fcdff3849c3691d9aaeaab735846ab6d8895ca (diff)
downloadphp-upstream/5.3.5.tar.gz
Imported Upstream version 5.3.5upstream/5.3.5
Diffstat (limited to 'sapi/cli/config.w32')
-rw-r--r--sapi/cli/config.w324
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/config.w32 b/sapi/cli/config.w32
index cd106f197..1a210ab68 100644
--- a/sapi/cli/config.w32
+++ b/sapi/cli/config.w32
@@ -1,8 +1,8 @@
// vim:ft=javascript
-// $Id: config.w32 243567 2007-10-05 16:00:30Z rrichards $
+// $Id: config.w32 302123 2010-08-11 22:38:15Z kalle $
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") {