summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-05-12 20:11:01 +0000
committerAndi Gutmans <andi@php.net>2001-05-12 20:11:01 +0000
commitcbc07d4eb0885a47def3e51ef15789c3c3d4b178 (patch)
treed9b24fb2a49d22e13573db241c543474db7a9bd2
parente91089edb92f2a20e0e95486087e82ab11090aea (diff)
downloadphp-git-cbc07d4eb0885a47def3e51ef15789c3c3d4b178.tar.gz
- Fix bug. The INI system expects a string for default INI values.
PR: Submitted by: Reviewed by: Obtained from:
-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"
/* ----------------------------------------------------------------