Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52830 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87241 invoked from network); 3 Jun 2011 01:18:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2011 01:18:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=arraypad@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arraypad@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arraypad@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:34873] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/21-12176-45638ED4 for ; Thu, 02 Jun 2011 21:18:12 -0400 Received: by vwl1 with SMTP id 1so1227241vwl.29 for ; Thu, 02 Jun 2011 18:18:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=XH7q4jZoqSF+6Tzb/Ic3Riup+VhpGRoq3q7uM9+46XM=; b=p3gEAcXP06jk4432sF1tgah79+AmQ+aKuzp5jRHfu+M4wTZlHD1Yru1vHvO/sAxC+d ssmog+IZtZ8CjKAnEiCjURsGRFNYpQwjeBhHZpDc5/+/y3hcpBhwnLxFEiVrkPHAnFUF 4daxMIrOwhpCifQ/4zdeWT95eA7Fb+VP7B17Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=hLdRHQRVwyHRmdUIRWKbyj7VJOiw2YMCKVd1Jxw5yM2wCNALr1UjAd4R7pYN0PTD+q 3PXXCHGmP4Wi6NaeFPM0Zsacx07Plw3+LnUa4df4Q7FlRqarESc7KhcvUYO+CHePA29f SHFUMVUZ2t0Q942PvlkSmLyJLPcXB1rToagQM= MIME-Version: 1.0 Received: by 10.52.113.136 with SMTP id iy8mr1943937vdb.284.1307063889900; Thu, 02 Jun 2011 18:18:09 -0700 (PDT) Received: by 10.52.114.7 with HTTP; Thu, 2 Jun 2011 18:18:09 -0700 (PDT) Date: Fri, 3 Jun 2011 02:18:09 +0100 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: [RFC] Object oriented session handlers From: arraypad@gmail.com (Arpad Ray) Hi, A while ago I submitted a patch to allow session_set_save_handler() to accept a class, and support the inheritance of the default session handler's methods. The RFC has a more detailed description and the current patch: https://wiki.php.net/rfc/session-oo Changes since this was last discussed: - More sanity checking to prevent handlers being called in unexpected states - ZTS fixes Any thoughts? Regards, Arpad