yohgaki         Fri Nov 29 12:18:01 2002 EDT

  Modified files:              
    /php4/ext/pgsql     pgsql.c 
  Log:
  Fixed problem with PostgreSQL 7.3
  
  
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.249 php4/ext/pgsql/pgsql.c:1.250
--- php4/ext/pgsql/pgsql.c:1.249        Mon Nov 25 21:13:35 2002
+++ php4/ext/pgsql/pgsql.c      Fri Nov 29 12:18:01 2002
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: pgsql.c,v 1.249 2002/11/26 02:13:35 yohgaki Exp $ */
+/* $Id: pgsql.c,v 1.250 2002/11/29 17:18:01 yohgaki Exp $ */
 
 #include <stdlib.h>
 
@@ -464,7 +464,7 @@
        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");



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to