Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57459 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84304 invoked from network); 20 Jan 2012 09:44:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2012 09:44:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:57802] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/00-18475-797391F4 for ; Fri, 20 Jan 2012 04:44:55 -0500 Received: by yhnn55 with SMTP id n55so162887yhn.29 for ; Fri, 20 Jan 2012 01:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=8PI8d/EXZ55/uhhKQ6AbrZVs+bKO09kEARr24ahvZog=; b=vUP5Qb3Ia+/Q0GGQl6uCQ33r4dhHyGXh22cpOmdNwyJ5OI5oeSVT91G+gtcYuo3jBz t0PRYpiR4uaTtlsPygy7AsxHWdVEqsQP7QEQOSNOHt2iboTP0D43DZLQNc7cY5wawsI5 6dJfJTjOwdK31a4a0istIcL0ISDJfNjsjQcGE= Received: by 10.236.128.170 with SMTP id f30mr14472857yhi.66.1327052693127; Fri, 20 Jan 2012 01:44:53 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.43.13 with HTTP; Fri, 20 Jan 2012 01:44:12 -0800 (PST) In-Reply-To: <4F192AA6.4040602@sugarcrm.com> References: <4F08C9D9.9050009@sugarcrm.com> <4F18C9A5.9070607@sugarcrm.com> <4F1912CB.9030404@sugarcrm.com> <4F192AA6.4040602@sugarcrm.com> Date: Fri, 20 Jan 2012 18:44:12 +0900 X-Google-Sender-Auth: gjFwjl8hiYlhL9OME0eyiWyrX6g Message-ID: To: Stas Malyshev Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Code freeze for 5.4 From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Stats, 2012/1/20 Stas Malyshev : > I'd propose to make a binary-compatible change for 5.3 and 5.4.1, and > discuss what we do for trunk - I still like the idea of keeping less > handlers better, and if that means we can have the same patch for all > branches, then it's an added bonus. Ok, then I'll modify patch so that it validates session ID within PS_READ_FUNC(). We have to provide good documentation that explains user save handler and PS module require session ID validation by their own. I'll work for it after 5.4.0 release. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net