mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01: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.