summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-05-12 20:11:30 +0000
committerAndi Gutmans <andi@php.net>2001-05-12 20:11:30 +0000
commit06c41c0a0fc255514256caf2876b0d8e4ca11c58 (patch)
treebf27786cc4612c6f7ba71e66b515907eb28ef4d9
parentfe68557b19d6f9af022c3e9f7e1c87a6b721b25b (diff)
downloadphp-git-06c41c0a0fc255514256caf2876b0d8e4ca11c58.tar.gz
- MFH
-rw-r--r--main/config.w32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index 4f5c0e19eb..0290096126 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -59,7 +59,7 @@
/* Undefine if you want stricter XML/SGML compliance by default */
/* this disables "<?expression?>" and "<?=expression?>" */
-#define DEFAULT_SHORT_OPEN_TAG 1
+#define DEFAULT_SHORT_OPEN_TAG "1"
/* ----------------------------------------------------------------