Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95710 invoked from network); 24 Jun 2014 17:55:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2014 17:55:09 -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.41 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.220.41 mail-pa0-f41.google.com Received: from [209.85.220.41] ([209.85.220.41:48504] helo=mail-pa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/9B-39652-C7BB9A35 for ; Tue, 24 Jun 2014 13:55:09 -0400 Received: by mail-pa0-f41.google.com with SMTP id fb1so548221pad.14 for ; Tue, 24 Jun 2014 10:55:05 -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=13Wu6tkhNHm5ZFlTb8g9j3oTWMoQI7GkicIukCzz7g0=; b=Cgz/K9/efgscHbKlb0FiiRFLoOcV9GWcYh2h0XsFTwdqfQn9FhdtSkjJjF3FKYkhzI 3FRSS+DJudnmSooXS/RH5MIREhZgi8wVwKX/cBG6C+WptY1FzBBEv1XrcP7r/idwHRZY itr76dGMjx4fFyyFKGZN9+c50IGHVeSuOlEta76OOKI+uubjZ2WpU3HB5oT45pB0OjI2 ZoqoFANMWk8AAoIQXJhXnCym/HpTgOxLCwZuMbnolg/q3G+rlGL6OL1EPvjUauQQrc6+ fCgk5Uvv78P04R4ede9lWVFbS/DaXSPDy+1sp+e44E6Y+rxeBIZ03SbTlNuJoF4ZWp5L GcJA== X-Gm-Message-State: ALoCoQmfLdwFwUHaC8noc961MXZGeqQ+LGjZn7YGmG38eESUtVsc9Mnus0iQ/ft7dFCf0Oc/oTMb MIME-Version: 1.0 X-Received: by 10.69.31.193 with SMTP id ko1mr3915434pbd.40.1403632504714; Tue, 24 Jun 2014 10:55:04 -0700 (PDT) Sender: php@golemon.com Received: by 10.70.21.35 with HTTP; Tue, 24 Jun 2014 10:55:04 -0700 (PDT) X-Originating-IP: [2620:0:1cfe:18:22c9:d0ff:fe87:295b] In-Reply-To: References: Date: Tue, 24 Jun 2014 10:55:04 -0700 X-Google-Sender-Auth: 45dRoMpvQnXmkyCece6kxGNI64Y 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 Tue, Jun 10, 2014 at 10:21 AM, Sara Golemon wrote: > 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. >> > Voting closes Jun 24, 2014 > Closing vote 10 in favor, 0 against. 9 votes for 5.7, 3 votes for 6.0 Committing to 5.7 (master) later today. -Sara