summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/php_pdo_pgsql_int.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-19 19:02:07 +0200
committerAnatol Belski <ab@php.net>2014-08-19 19:02:07 +0200
commit4ed156d4df70acf0aa81dc75fceea1837157665f (patch)
tree6af9c9886e46c297f75ab51c535056cf229071af /ext/pdo_pgsql/php_pdo_pgsql_int.h
parent92269d25a37cbcfbb82364e9a58f232c880295a8 (diff)
downloadphp-git-4ed156d4df70acf0aa81dc75fceea1837157665f.tar.gz
ported from pdo - pgsql, odbc, mysql, firebirt, dblib
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h')
-rw-r--r--ext/pdo_pgsql/php_pdo_pgsql_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/php_pdo_pgsql_int.h b/ext/pdo_pgsql/php_pdo_pgsql_int.h
index 4d0652049e..0462daff1f 100644
--- a/ext/pdo_pgsql/php_pdo_pgsql_int.h
+++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h
@@ -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;