mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
php_pdo_firebird.dll depends on fbclient.dll, which is shipped with the server. However, a 64bit Firebird server ships a 64bit fbclient.dll, which is not compatible with a 32bit php_pdo_firebird.dll. Closes GH-16223.