mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ported from pdo - pgsql, odbc, mysql, firebirt, dblib
This commit is contained in:
parent
92269d25a3
commit
4ed156d4df
17 changed files with 129 additions and 124 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue