mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- fix #55226, fix build
This commit is contained in:
parent
3c03829429
commit
d056f9ccb2
@ -130,9 +130,8 @@ static void pdo_sqlite_cleanup_callbacks(pdo_sqlite_db_handle *H TSRMLS_DC)
|
||||
efree(func);
|
||||
}
|
||||
|
||||
struct pdo_sqlite_collation *collation;
|
||||
|
||||
while (H->collations) {
|
||||
struct pdo_sqlite_collation *collation;
|
||||
collation = H->collations;
|
||||
H->collations = collation->next;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user