diff options
author | Andi Gutmans <andi@php.net> | 2001-05-12 20:11:01 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-05-12 20:11:01 +0000 |
commit | cbc07d4eb0885a47def3e51ef15789c3c3d4b178 (patch) | |
tree | d9b24fb2a49d22e13573db241c543474db7a9bd2 | |
parent | e91089edb92f2a20e0e95486087e82ab11090aea (diff) | |
download | php-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.h | 2 |
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" /* ---------------------------------------------------------------- |