Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27262 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35393 invoked by uid 1010); 5 Jan 2007 01:10:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35352 invoked from network); 5 Jan 2007 01:10:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2007 01:10:52 -0000 Received: from [127.0.0.1] ([127.0.0.1:4138]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 22/34-25140-12C9D954 for ; Thu, 04 Jan 2007 19:30:25 -0500 Authentication-Results: pb1.pair.com header.from=ilia@ilia.ws; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@ilia.ws; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ilia.ws from 64.233.162.233 cause and error) X-PHP-List-Original-Sender: ilia@ilia.ws X-Host-Fingerprint: 64.233.162.233 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.233] ([64.233.162.233:3753] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/72-25140-D389D954 for ; Thu, 04 Jan 2007 19:13:49 -0500 Received: by nz-out-0506.google.com with SMTP id k1so3497901nzf for ; Thu, 04 Jan 2007 16:13:46 -0800 (PST) Received: by 10.65.237.1 with SMTP id o1mr28765592qbr.1167956026689; Thu, 04 Jan 2007 16:13:46 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id z21sm26883977qbc.2007.01.04.16.13.45; Thu, 04 Jan 2007 16:13:46 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-ID: <771FBCA3-16B4-48E3-9BD1-F003489BD158@ilia.ws> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: internals@lists.php.net Date: Thu, 4 Jan 2007 19:13:44 -0500 X-Mailer: Apple Mail (2.752.3) Subject: PHP 5.2.1RC2 Released From: ilia@ilia.ws (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