[PHP-DB] Using PDO with APC

2007-09-20 Thread James McLean
Howdy, I'm attempting to implement APC into my framework, but running into some issues. I'm using PostgreSQL 8.2 with PDO, on PHP 5.2.2 running on Gentoo Linux. When ever I attempt to save my result set obtained from the database into the APC cache, it throws an exception with the following

[PHP-DB] Re: Using PDO with APC

2007-09-20 Thread James McLean
On 9/20/07, James McLean [EMAIL PROTECTED] wrote: Howdy, I'm attempting to implement APC into my framework, but running into some issues. I'm using PostgreSQL 8.2 with PDO, on PHP 5.2.2 running on Gentoo Linux. When ever I attempt to save my result set obtained from the database into the