]> granicus.if.org Git - php/commitdiff
- Fix bug. The INI system expects a string for default INI values.
authorAndi Gutmans <andi@php.net>
Sat, 12 May 2001 20:11:01 +0000 (20:11 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 12 May 2001 20:11:01 +0000 (20:11 +0000)
PR:
Submitted by:
Reviewed by:
Obtained from:

main/config.w32.h

index 4f5c0e19ebbcd3c4b884ac3a519b3d903ddcc788..0290096126b30a625b9f7fc3b410a17b89261c43 100644 (file)
@@ -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"
 
 
 /* ----------------------------------------------------------------