Re: [Components] PDOException: You cannot serialize or unserialize PDO instances

2009-10-27 Thread cimodev
cimodev wrote: > Hi there > > after migration to php 5.3 running PHPUnit i get the following exception: > > "PDOException: You cannot serialize or unserialize PDO instances" derived classes from *TestCase should overwrite the following both(!) properties, in constructor (not in setup()):

[Components] PDOException: You cannot serialize or unserialize PDO instances

2009-10-27 Thread cimodev
Hi there after migration to php 5.3 running PHPUnit i get the following exception: "PDOException: You cannot serialize or unserialize PDO instances" After consulting the web, it occures with global existence of PDO-Instances. I understood the ezComponents Database Abstraction Layer in that way,