mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
Temporary variable indicating column field type ID should be reset to default for loop iteration (i.e. every column in the record set. The old buggy code made it persist across all columns leading to invalid reads from the buffer, if for example a DATE column was preceded by a VARCHAR column.