This commit is contained in:
Matteo Beccati 2009-05-12 22:17:50 +00:00
parent 92288eca5c
commit 82151d4dc3
3 changed files with 19 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 {