spotorm / spot2

Spot v2.x DataMapper built on top of Doctrine's Database Abstraction Layer
http://phpdatamapper.com
BSD 3-Clause "New" or "Revised" License
601 stars 101 forks source link

Warning when using sqlite::memory: #276

Closed niahoo closed 6 years ago

niahoo commented 6 years ago
PHP Warning:  count(): Parameter must be an array or an object that implements Countable 
in ...\vendor\vlucas\spot2\lib\Config.php on line 192

Using sqlite::memory: as a DSN.

FlipEverything commented 6 years ago

It's a bug with PHP7.2+. The pull request (#271) is pending. In the meantime you can apply the patch manually.

niahoo commented 6 years ago

Ok thank you.