tommyknocker / pdo-database-class

PHP PDO Wrapper which utilizes PDO and prepared statements
GNU Lesser General Public License v3.0
69 stars 46 forks source link

php 7.1 #4

Open istoGer opened 6 years ago

istoGer commented 6 years ago

I have to update a project to php 7.2 and the intialization of PDODb didn't work anymore. Up to Version 7.0 everything works fine. Do you have an update or workaround for this ?

istoGer commented 6 years ago

Maybe anyone who can recommend another class working on php > 7.0, with equal behaviour for updating code as little as possible ?

owenvoke commented 5 years ago

@istoGer, what issue are you getting? 🙂 It seems to initialise correctly in the unit tests for PHP 7.1, 7.2 and 7.3 for me. 🤔