Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26110 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81554 invoked by uid 1010); 20 Oct 2006 08:40:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81531 invoked from network); 20 Oct 2006 08:40:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2006 08:40:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 bzq-25-124-162.cust.bezeqint.net Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:2171] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/A7-27040-89B88354 for ; Fri, 20 Oct 2006 04:40:57 -0400 Received: (qmail 25952 invoked from network); 20 Oct 2006 08:39:29 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 20 Oct 2006 08:39:29 -0000 Message-ID: <45388B4B.8000001@zend.com> Date: Fri, 20 Oct 2006 12:39:39 +0400 User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Glenn Richmond CC: internals@lists.php.net References: <45385201.7020001@ilisys.com.au> In-Reply-To: <45385201.7020001@ilisys.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Memcache session handler From: antony@zend.com (Antony Dovgal) On 10/20/2006 08:35 AM, Glenn Richmond wrote: > Hi all, > > I've just been implementing a memcache session handler that allows for > multiple servers in a cluster to store their session data in a central > place. I had to make the changes in the PHP source as the user session > handler doesn't quite work properly (it wipes the references to the PHP > functions when session_write_close is called). Anyway, so it's all > working quite well (still undergoing testing) and it works with a main > memcache server and a backup as a failover. I'd like to check the code > back into the source tree if it's something that might be of use to the > general community and am told that this is the list to discuss this? > > So a couple of queries: > > * Is this something worth checking back into the main source tree? > * How do I get registered as a developer or can I provide it as a > .diff to an existing developer? I guess you need to contact current PECL/memcache developers. -- Wbr, Antony Dovgal