mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
Fixed zval_ptr_dtor(&return_value) on uninicialized zval
This commit is contained in:
parent
87df726f05
commit
cf5a6f81e3
@ -729,6 +729,8 @@ static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value,
|
||||
return 1;
|
||||
}
|
||||
|
||||
RETVAL_FALSE;
|
||||
|
||||
switch (how) {
|
||||
case PDO_FETCH_ASSOC:
|
||||
case PDO_FETCH_BOTH:
|
||||
|
Loading…
Reference in New Issue
Block a user