mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Fixed bug #48188
This commit is contained in:
parent
92288eca5c
commit
82151d4dc3
3 changed files with 19 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue