Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57317 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54336 invoked from network); 10 Jan 2012 06:50:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2012 06:50:19 -0000 Authentication-Results: pb1.pair.com header.from=mapopa@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mapopa@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.49 as permitted sender) X-PHP-List-Original-Sender: mapopa@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qw0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:39562] helo=mail-qw0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/63-27438-AAFDB0F4 for ; Tue, 10 Jan 2012 01:50:19 -0500 Received: by qadc14 with SMTP id c14so3032163qad.8 for ; Mon, 09 Jan 2012 22:50:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DTXo54VJaVt5Sln4JkKfPwjR87iWuQxTaZ9vtEZonGo=; b=GniXnGLj7ZW0JDNCvEuuOCdVl4QGhLIiXjT0qXKhwvFGt45ydHl0p/cURth9OGGs97 RlRLp+UveHZcpCPNkADdBthvrYislX2TI+p98if4fgOeQSEdyylW3wkaHQMtK0TXaT5w IYQUZIyKrRMlv562mAzuDq+WveJs5odTWpnZE= MIME-Version: 1.0 Received: by 10.224.109.7 with SMTP id h7mr23396677qap.9.1326178214732; Mon, 09 Jan 2012 22:50:14 -0800 (PST) Received: by 10.229.76.140 with HTTP; Mon, 9 Jan 2012 22:50:14 -0800 (PST) In-Reply-To: <4F08C9D9.9050009@sugarcrm.com> References: <4F08C9D9.9050009@sugarcrm.com> Date: Tue, 10 Jan 2012 08:50:14 +0200 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: mapopa@gmail.com (marius adrian popa) On Sun, Jan 8, 2012 at 12:40 AM, Stas Malyshev wrote: > 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. Could you add to the NEWS - Pdo Firebird: . Fixed bug #47415 (PDO_Firebird segfaults when passing lowercased column name to bindColumn). . Fixed bug #53280 (PDO_Firebird segfaults if query column count less than param count). (Mariuz) Thanks