mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
We cannot properly get the column meta data of a statement which has been prepared, but has not yet been executed. As such we bail out early, reporting failure. Closes GH-17850.