summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/php_pdo_pgsql_int.h
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2009-05-12 22:17:50 +0000
committerMatteo Beccati <mbeccati@php.net>2009-05-12 22:17:50 +0000
commit82151d4dc30e5b8718e942faa436eddf88588d6b (patch)
tree883b9bcbb6d71d4bd8d059a3bcd6827c5f250e06 /ext/pdo_pgsql/php_pdo_pgsql_int.h
parent92288eca5c3a48646d8525d9d3f8dbc03b780b67 (diff)
downloadphp-git-82151d4dc30e5b8718e942faa436eddf88588d6b.tar.gz
- Fixed bug #48188
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 42e96e10a7..f1464d2c3b 100644
--- a/ext/pdo_pgsql/php_pdo_pgsql_int.h
+++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h
@@ -65,8 +65,8 @@ typedef struct {
int *param_lengths;
int *param_formats;
Oid *param_types;
- zend_bool is_prepared;
#endif
+ zend_bool is_prepared;
} pdo_pgsql_stmt;
typedef struct {