Fix #79106: PDO may fetch wrong column indexes with PDO::FETCH_BOTH Column names can be numeric strings, so we have to make sure to insert the column values with the appropriate numeric
Fix #79106: PDO may fetch wrong column indexes with PDO::FETCH_BOTH Column names can be numeric strings, so we have to make sure to insert the column values with the appropriate numeric keys, instead of adding them.
show more ...
|