Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26118 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10930 invoked by uid 1010); 20 Oct 2006 09:10:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10915 invoked from network); 20 Oct 2006 09:10:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2006 09:10:28 -0000 X-Host-Fingerprint: 84.63.19.17 dslb-084-063-019-017.pools.arcor-ip.net Received: from [84.63.19.17] ([84.63.19.17:12910] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/1D-27040-18298354 for ; Fri, 20 Oct 2006 05:10:26 -0400 To: internals@lists.php.net,Glenn Richmond Message-ID: <4538926C.9080800@web.de> Date: Fri, 20 Oct 2006 11:10:04 +0200 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 CC: Antony Dovgal References: <45385201.7020001@ilisys.com.au> <45388B4B.8000001@zend.com> <45388DB3.5050508@ilisys.com.au> In-Reply-To: <45388DB3.5050508@ilisys.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 84.63.19.17 Subject: Re: [PHP-DEV] Memcache session handler From: akorthaus@web.de (Andreas Korthaus) Hi Glenn, Glenn Richmond wrote: > 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: > > session.handler = memcache That's exactly what you can do with an extension. Perhaps look at eAccelerator for an example: http://eaccelerator.net/browser/eaccelerator/trunk/session.c > 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 think PECL:memcache is the perfect place for such a session-handler. best regards Andreas