On 10/20/2006 12:49 PM, Glenn Richmond wrote:
> Hi Antony,
>
> This isn't actually part of the PECL project as I understand it. The
> PECL memcache project provides a PHP interface to using a memcache
> server. What I've developed is a memcache session handler that can be
> used via the php.ini file by:
Yes, I understand that.
I just expected a session handler would use the existing interface to memcache instead of reinventing the wheel.
Am I wrong?
> session.handler = memcache
>
> As such, it's something that could (or perhaps should) be part of the
> main source tree. Is there a middle stage here? i.e. Can I provide it as
> an optional compile flag in the configure script?
I personally don't think it could/should be a merged into the core,
while I'm absolutely fine with merging it to PECL/memcache.
--
Wbr,
Antony Dovgal