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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user