[PHP] Pear DB and memcached

2006-06-06 Thread Ruben Rubio Rey
Hi, Im having a trouble using memcached with pear db. When im using memcache to store and retrieve an string, all works fine. When Im using memcache to store a pear db resulset, it does not work!! This retrieves data but pear::db does not understand it. I really dont know Any ideas? Thanks in

Re: [PHP] Pear DB and memcached

2006-06-06 Thread Richard Lynch
Resources cannot be stored from script to script. PHP cleans them up and nukes their contents at script end. This is what all the frameworks folks are trying to fix... :-) :-) :-) On Tue, June 6, 2006 8:55 am, Ruben Rubio Rey wrote: Hi, Im having a trouble using memcached with pear db.