Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74824 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13868 invoked from network); 10 Jun 2014 17:21:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2014 17:21:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.220.49 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.220.49 mail-pa0-f49.google.com Received: from [209.85.220.49] ([209.85.220.49:58917] helo=mail-pa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/2D-42235-5BE37935 for ; Tue, 10 Jun 2014 13:21:58 -0400 Received: by mail-pa0-f49.google.com with SMTP id lj1so45072pab.8 for ; Tue, 10 Jun 2014 10:21:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=9IsMeAJjyYTjFqw+j7CMG54b+ZxDiFODYM0VvBr5vAA=; b=gf3DL/xEPlRoORIy49rrgJRrkhqcVtV47ZU13AdYunLmoslWc2q4q+/Kf4c10mV4t2 8J4Udmx94P7/ELIrAEFYmrbu/06+wNqlN6NlxIdNw6PwmABL15xD3UDYPYoRNqHfVJJL wO/BNWEsTL3+Y/Z+L/4GAQKmdkI3C+p73EvUZNDxNi57C+esrHFLq4hOterqZXmQzlbW wwBzAj1xAavOsLQmTBgGcSO6X58LCkMeAG8KMkrEz9P4amUoPRXLSdXNLIptbFQAcDpB 6L9/QbLUz1mLSe2hmQXktFlSS0u1Map4zJWIoNxr6btLPzfziWstRXSerotvWLdft2l8 tLoA== X-Gm-Message-State: ALoCoQnU4sXRHcv0PugDrsmeHCdStp/AnE+o9oe+vZYSZUOVCNZN2sEU+1RRm7VS4JOMrw/xwuZl MIME-Version: 1.0 X-Received: by 10.68.164.100 with SMTP id yp4mr12992107pbb.136.1402420914481; Tue, 10 Jun 2014 10:21:54 -0700 (PDT) Sender: php@golemon.com Received: by 10.70.100.67 with HTTP; Tue, 10 Jun 2014 10:21:54 -0700 (PDT) X-Originating-IP: [2620:0:1cfe:18:22c9:d0ff:fe87:295b] In-Reply-To: References: Date: Tue, 10 Jun 2014 10:21:54 -0700 X-Google-Sender-Auth: exVWY6IjYbdzpgMfo8ZjyfGRrAk Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC] Fix session user handler's return values From: pollita@php.net (Sara Golemon) On Thu, May 29, 2014 at 11:54 AM, Sara Golemon wrote: > On Thu, May 15, 2014 at 2:12 PM, Sara Golemon wrote: >> A bugfix, but posting as an RFC since it has BC issues. >> https://wiki.php.net/rfc/session.user.return-value >> > No comments on this RFC so far. If I don't hear anything by Monday, > I'll open the vote. > Just the one comment from Pierre to say "Seems reasonable", so opening voting (way later than I'd intended) :p https://wiki.php.net/rfc/session.user.return-value Voting closes Jun 24, 2014 -Sara