1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

- Added unicode support to ext/pgsql

# Also fixed a few typos and compiler warnings
This commit is contained in:
Matteo Beccati
2009-12-30 17:22:42 +00:00
parent 796990d988
commit 170683352d
22 changed files with 490 additions and 391 deletions
+2 -2
View File
@@ -271,8 +271,8 @@ typedef struct _php_pgsql_result_handle {
} pgsql_result_handle;
typedef struct _php_pgsql_notice {
char *message;
size_t len;
UChar *message;
int len;
} php_pgsql_notice;
ZEND_BEGIN_MODULE_GLOBALS(pgsql)