mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Apply tidy formatting
This commit is contained in:
commit
169805777c
41 changed files with 6875 additions and 6875 deletions
|
@ -57,7 +57,7 @@ static void pdo_sqlite_stmt_set_column_count(pdo_stmt_t *stmt, int new_count)
|
|||
}
|
||||
|
||||
/*
|
||||
* The column count has not changed : no need to reload columns description
|
||||
* The column count has not changed : no need to reload columns description
|
||||
* Note: Do not handle attribute name change, without column count change
|
||||
*/
|
||||
if (new_count == stmt->column_count) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue