Closed tobias-trozowski closed 2 years ago
I think this solution could be appropriate if tests pass.
On the other hand, it also avoids the problem by adjusting the test. Users of this function may still experience bugs due to the changed type.
Users of this function may still experience bugs due to the changed type.
Not fixable on this end: that requires a better DB abstraction then :-\
I would also like to thank @Ocramius, @snapshotpl and @froschdesign for enabling me to help adding PHP 8.1 support to several Laminas repositories :)
My study association has greatly benefited from the work you have done on Laminas, and your predecessors on Zend framework.
Description
Based on https://github.com/laminas/laminas-authentication/pull/24
query results of sqlite have changed in php 8.1, see https://bugs.php.net/bug.php?id=38334
Fixed bug #38334 (Proper data-type support for PDO_SQLITE).
(https://www.php.net/ChangeLog-8.php)Fixes #24 Fixes #23