From: Andi Gutmans Date: Sat, 12 May 2001 20:11:01 +0000 (+0000) Subject: - Fix bug. The INI system expects a string for default INI values. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbc07d4eb0885a47def3e51ef15789c3c3d4b178;p=php - Fix bug. The INI system expects a string for default INI values. PR: Submitted by: Reviewed by: Obtained from: --- 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 "" and "" */ -#define DEFAULT_SHORT_OPEN_TAG 1 +#define DEFAULT_SHORT_OPEN_TAG "1" /* ----------------------------------------------------------------