Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57442 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31424 invoked from network); 20 Jan 2012 01:46:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2012 01:46:07 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:36491] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/5E-37696-E57C81F4 for ; Thu, 19 Jan 2012 20:46:07 -0500 Received: by ggnq4 with SMTP id q4so40321ggn.29 for ; Thu, 19 Jan 2012 17:46:04 -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=9i4iMAovyG18+kdQPp7AV4ubZop9ajMDrV9fbw5BF9o=; b=e2pBzQ3/8EHKBVHHbuOg5ZPPSh/9NYS9xNu+JDcpIcHP9Wm/Zyxi4beQNKNoqiD9zw S6MbNjQRCqK/TIc0adQXvdcqrQbWBUo3zEHpeUJ8tbcF+0QVhKbXBHXdtoqh0A9AhgoU 7ogxsB1egNj7Vq3NQLkX8cI7BfZuV92A0Ve6k= Received: by 10.101.162.19 with SMTP id p19mr9809570ano.58.1327023964139; Thu, 19 Jan 2012 17:46:04 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.43.13 with HTTP; Thu, 19 Jan 2012 17:45:23 -0800 (PST) In-Reply-To: <4F08C9D9.9050009@sugarcrm.com> References: <4F08C9D9.9050009@sugarcrm.com> Date: Fri, 20 Jan 2012 10:45:23 +0900 X-Google-Sender-Auth: oBZLPK5lX9K_h_M8o1Iiit3R9I8 Message-ID: To: Stas Malyshev Cc: PHP Internals , David Soria Parra 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, 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 add it later. If there is no objections, I'll commit it to both trunk and 5.4. For PHP 5.3, we can modify patch so that it does not require module structure changes, but I don't have spare time to do that now. PHP 5.3 users may user land (user script base) solution still. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net 2012/1/8 Stas Malyshev : > Hi! > > As we are nearing the release of 5.4.0, I'd like to ask everybody not to > commit anything to 5.4 branch without the approval of one of the RMs (myself > or David) from now until release of 5.4.0. Unless something critical for > 5.4.0 is found, we'd like RC6 (planned on Jan 19) to be the final RC and the > code which we release. > > The following may be considered for inclusion: > - Unit tests & test fixes > - Fixes for critical bugs > - Security fixes > - BC break fixes > Please still ask RMs for approval prior to committing even if your patch > falls into these categories. > > Commits to trunk are OK. > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >