- Fixed bug #48188
This commit is contained in:
Matteo Beccati 2009-05-12 22:18:15 +00:00
parent 7be13beddb
commit 3fb4089ba7
4 changed files with 21 additions and 1 deletions

View file

@ -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 {