ok, sure - I just made this assumption because there's an sqlite session
handler in there (from what I can see) that I wouldn't have considered
standard. I'll discuss with the PECL developers.

Glenn.

Antony Dovgal wrote:
> 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.
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to