mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix #79038: PDOStatement::nextRowset() leaks column values
This commit is contained in:
commit
3090c88f55
3 changed files with 24 additions and 6 deletions
|
@ -151,7 +151,8 @@ typedef struct {
|
|||
zend_ulong convbufsize;
|
||||
unsigned going_long:1;
|
||||
unsigned assume_utf8:1;
|
||||
unsigned _spare:30;
|
||||
signed col_count:16;
|
||||
unsigned _spare:14;
|
||||
} pdo_odbc_stmt;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue