]> granicus.if.org Git - php/commitdiff
Fixed problem with PostgreSQL 7.3
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 29 Nov 2002 17:18:01 +0000 (17:18 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 29 Nov 2002 17:18:01 +0000 (17:18 +0000)
ext/pgsql/pgsql.c

index 9ad86357ca5aab69f460f048b56b2a94e00ca7a4..e9cf362857235808a31d13a5d899fdbb0ad3f78d 100644 (file)
@@ -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");