mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
S->cols is already freed in the statement destructor and since
caa710037e the column data is only
populated on the first execute() which means that on subsequent
execute()s after closeCursor was called, all meta-data for column types
was removed and never restored
Closes GH-7355.