From: Yasuo Ohgaki Date: Fri, 29 Nov 2002 17:19:05 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.0RC3~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=073788340bbde7f27173cee1016be7974dcaaf0a;p=php MFH --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index d5c805495e..2e5ef8fcd8 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -464,7 +464,7 @@ PHP_MINFO_FUNCTION(pgsql) php_info_print_table_header(2, "PostgreSQL Support", "enabled"); #if HAVE_PG_CONFIG_H php_info_print_table_row(2, "PostgreSQL(libpq) Version", PG_VERSION); -#ifdef MULTIBYTE +#ifdef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT php_info_print_table_row(2, "Multibyte charater support", "enabled"); #else php_info_print_table_row(2, "Multibyte charater support", "disabled");