Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57446 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43450 invoked from network); 20 Jan 2012 03:08:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2012 03:08:48 -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.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:41942] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/00-42843-CBAD81F4 for ; Thu, 19 Jan 2012 22:08:45 -0500 Received: by yenq1 with SMTP id q1so66830yen.29 for ; Thu, 19 Jan 2012 19:08:42 -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 :content-transfer-encoding; bh=rA9yGPIZpL+8X3iwc6uDt5KfnbUXTY+amn6mrebysAg=; b=IbQpfxHClTTAjFwEi00wu17s3ogWnKdETiTXjWrA3T2Jh40JaL1raiztAU7ZwMilI6 5tyi/YdYLjEtLTubI/6oeJz0wQ7G1sFubrtumwbJU/xMpS221SRGGOtt2Pe45klYKtlE EKToH8z/YT3F1TAOx8QLIoYvx3a/y65o5tihI= Received: by 10.236.155.226 with SMTP id j62mr42126493yhk.49.1327028922124; Thu, 19 Jan 2012 19:08:42 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.43.13 with HTTP; Thu, 19 Jan 2012 19:08:00 -0800 (PST) In-Reply-To: <4F18C9A5.9070607@sugarcrm.com> References: <4F08C9D9.9050009@sugarcrm.com> <4F18C9A5.9070607@sugarcrm.com> Date: Fri, 20 Jan 2012 12:08:00 +0900 X-Google-Sender-Auth: _cyyBlj0mXWLjV-D9fGYMzMoj3Q Message-ID: To: Stas Malyshev Cc: PHP Internals , David Soria Parra Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Code freeze for 5.4 From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Stats, Ok, I'll hold committing to 5.4, but commit it only to trunk. Any comments form anyone? for committing to trunk? Patch details and user land counter measure are in RFC. https://wiki.php.net/rfc/strict_sessions BTW, if we hold this patch, I think we should write patch that does not touch PS module structure for PHP 5.4, too. In this case, users cannot distinguish whether PS module is adoptive or not. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net 2012/1/20 Stas Malyshev : > Hi! > > >> I would like to commit session adaption patch to 5.4, since it >> does not change current session module behavior by default >> and affected application can be protected by changing php.ini >> setting. As you already know, it requires structure changes and >> it would be binary incompatible if =A0add it later. > > > I feel such a big patch would without doubt require another RC and thus > delay release of 5.4.0 by at least 2 weeks. So unless this patch is > perceived as required by the community I would advise to not commit it to > 5.4 now. > > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227