[horde] php and postgres, Re: Horde 3.1, memcache sessionhandler, sidebar, and flock()
Chris Stromsoe
cbs at cts.ucla.edu
Tue Jan 2 12:46:28 PST 2007
On Tue, 2 Jan 2007, Michael M Slusarz wrote:
> In DataTree/sql.php, can you try changing both DB::connect calls (i.e.:
> DB::connect($this->_params,
> array('persistent' => !empty($this->_params['persistent'])));
>
> to the following:
>
> DB::connect($this->_params,
> array('persistent' => !empty($this->_params['persistent']),
> 'autofree' => true));
>
> and see if that helps at all?
That doesn't change anything for me at all.
-Chris
More information about the horde
mailing list