mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Replace zval_dtor() with specialized destructors
This commit is contained in:
parent
0d235517a3
commit
b6fb584505
13 changed files with 45 additions and 43 deletions
|
@ -487,7 +487,7 @@ static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param)
|
|||
}
|
||||
|
||||
if (Z_TYPE_P(param) != IS_STRING) {
|
||||
zval_dtor(&data);
|
||||
zval_ptr_dtor_str(&data);
|
||||
}
|
||||
|
||||
if (isc_close_blob(H->isc_status, &h)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue