Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46212 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47205 invoked from network); 27 Nov 2009 13:23:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2009 13:23:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=arraypad@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arraypad@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.219.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arraypad@googlemail.com X-Host-Fingerprint: 209.85.219.226 mail-ew0-f226.google.com Received: from [209.85.219.226] ([209.85.219.226:52613] helo=mail-ew0-f226.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/00-45979-3D2DF0B4 for ; Fri, 27 Nov 2009 08:23:31 -0500 Received: by ewy26 with SMTP id 26so1755947ewy.23 for ; Fri, 27 Nov 2009 05:23:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=3N2hSxL+qH3kZYLMEpraWrEubgI7XxtgKN0XksEKZo8=; b=K9XmpgppfN4z8/KAWxNSYSPoCQqBla1BbPsbJNnns/iwc74NycsfyIvXXlYqC/OyC5 o22fR4hPv5aNWbcNYSjjbC9l76VLHSTtFieqrb7BBMlva+Qa7ffMAKEoUhxLJYcZG02i G26LlkslbWFLallhy09BVNjcgHIVoa/TzqA6Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=v/0KLx7/vIT3WCPC16XNSrXyfjYdLgHQC+WgTCfE6HEjCYVwngDux0ieB2NqlIyvS9 B9ttl/BMgW/fWDf18p9YKWSsDenu6qLA4NC6VeK/UyWNSMxEiIWyHdBCfMBnEfxrsTJ0 8PseCScvGpbgKjKVoQpL6dl7KubCapU9vbW48= MIME-Version: 1.0 Received: by 10.213.0.152 with SMTP id 24mr856160ebb.29.1259328208022; Fri, 27 Nov 2009 05:23:28 -0800 (PST) In-Reply-To: References: Date: Fri, 27 Nov 2009 13:23:27 +0000 Message-ID: To: Lukas Kahwe Smith Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=000e0cdf97b47eace504795a328c Subject: Re: [PHP-DEV] [PATCH] session_set_save_handler(class) From: arraypad@googlemail.com (Arpad Ray) --000e0cdf97b47eace504795a328c Content-Type: text/plain; charset=ISO-8859-1 On Fri, Nov 27, 2009 at 11:57 AM, Lukas Kahwe Smith wrote: > > sounds useful. i assume with this i could extend for example the session > handler that comes with the Memcached extension? could you provide a code > example of how that would look like? > Right, the SessionHandler class represents the current save handler, whichever it is. Here's a minimal example: There's a few more examples in the phpt in the patch. Regards, Arpad --000e0cdf97b47eace504795a328c--