derick Sat Dec 21 12:46:32 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: - Fix typo Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.3 php4/ext/pgsql/pgsql.c:1.244.2.4 --- php4/ext/pgsql/pgsql.c:1.244.2.3 Mon Dec 16 10:30:51 2002 +++ php4/ext/pgsql/pgsql.c Sat Dec 21 12:46:32 2002 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pgsql.c,v 1.244.2.3 2002/12/16 15:30:51 iliaa Exp $ */ +/* $Id: pgsql.c,v 1.244.2.4 2002/12/21 17:46:32 derick Exp $ */ #include <stdlib.h> @@ -466,9 +466,9 @@ #if HAVE_PG_CONFIG_H php_info_print_table_row(2, "PostgreSQL(libpq) Version", PG_VERSION); #ifdef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT - php_info_print_table_row(2, "Multibyte charater support", "enabled"); + php_info_print_table_row(2, "Multibyte character support", "enabled"); #else - php_info_print_table_row(2, "Multibyte charater support", "disabled"); + php_info_print_table_row(2, "Multibyte character support", "disabled"); #endif #ifdef USE_SSL php_info_print_table_row(2, "SSL support", "enabled");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php