ported from pdo - pgsql, odbc, mysql, firebirt, dblib

This commit is contained in:
Anatol Belski 2014-08-19 19:02:07 +02:00
parent 92269d25a3
commit 4ed156d4df
17 changed files with 129 additions and 124 deletions

View file

@ -54,7 +54,7 @@ typedef struct {
typedef struct {
char *def;
Oid pgsql_type;
long intval;
php_int_t intval;
zend_bool boolval;
} pdo_pgsql_column;