mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
23a3bbb468
If `SQLDescribeParam()` fails for a parameter, we must not assume `SQL_LONGVARCHAR` for any param which is not `PDO_PARAM_LOB`. At least mapping `PDO_PARAM_INT` to `SQL_INTEGER` should be safe, and not introduce a BC break. Closes GH-6973.