mirror of
https://github.com/php/php-src.git
synced 2026-04-01 05:02:27 +02:00
Fixed an issue where pdo_firebird float and double type values were wrong. Changed from using `%F` format with `zend_strpprintf` to using `%H` format with `zend_strpprintf_unchecked`. Fixes GH-13119 Closes GH-13125