Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27261 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16179 invoked by uid 1010); 5 Jan 2007 00:18:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16163 invoked from network); 5 Jan 2007 00:18:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2007 00:18:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 64.233.162.224 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 64.233.162.224 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.224] ([64.233.162.224:5023] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/92-25140-7599D954 for ; Thu, 04 Jan 2007 19:18:31 -0500 Received: by nz-out-0506.google.com with SMTP id k1so3498567nzf for ; Thu, 04 Jan 2007 16:18:29 -0800 (PST) Received: by 10.65.219.1 with SMTP id w1mr15028962qbq.1167956308929; Thu, 04 Jan 2007 16:18:28 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id e17sm392432qbe.2007.01.04.16.18.28; Thu, 04 Jan 2007 16:18:28 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-ID: <2F9254CF-58AC-4DDF-841B-CEBCFD9DA6EE@prohost.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: internals@lists.php.net Date: Thu, 4 Jan 2007 19:18:21 -0500 X-Mailer: Apple Mail (2.752.3) Subject: PHP 5.2.1RC2 Released From: ilia@prohost.org (Ilia Alshanetsky) The 2nd release candidate for PHP 5.2.1 is now available for download. The tarballs can be found here: http://downloads.php.net/ilia/php-5.2.1RC2.tar.bz2 (cc6024531e3d4058e32cf740e2fe535f) http://downloads.php.net/ilia/php-5.2.1RC2.tar.gz (3f89c31687762a39f1360b380dd315b4) and the Win32 binaries will be available in short order. Since the last release over 30 different bug fixes were made and the two pending patches relating to is_numeric_string() optimization and internal heap protection for the Zend Engine allocator were added. Another important change was the fact that the memory limit is now always enabled and to accommodate this change the default limit value was raised to 128 megabytes to avoid script breakage. We do not anticipate any regressions to be introduced by this RC, but I would still like to ask everyone to take a few minutes and test it against their code base. If you come across any issues please report them at http://bugs.php.net/. With this release we are nearing the final stretch is the release cycle, so I'd like to ask all developers to refrain from making any commits to the 5.2 tree that are not bug fixes. If all goes well the final RC (RC3) will be available in 2 weeks to be shortly followed by the final release. Ilia Alshanetsky 5.2 Release Master