Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98021 invoked by uid 1010); 15 Dec 2006 02:09:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98006 invoked from network); 15 Dec 2006 02:09:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2006 02:09:13 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.181 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.166.181 py-out-1112.google.com Linux 2.4/2.6 Received: from [64.233.166.181] ([64.233.166.181:9622] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/78-40078-38302854 for ; Thu, 14 Dec 2006 21:08:38 -0500 Received: by py-out-1112.google.com with SMTP id a25so375564pyi for ; Thu, 14 Dec 2006 18:08:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer:sender; b=AIziro3ZRaoX2wFaoRFLgBTKMRc2y2U7FuSQ1R4nF0gXvK3yCswoL/t8NwiaiCry2CMOP3nyEUAK9eeKtd9E1X7hpCjNO+D/J9bqGVVzkf5L5H+tw73tcad/O7fkS7DcWKQABVsocnVtwJ6S6Tec+tEXDwTbUbIeXFbgrNlAOo8= Received: by 10.65.234.3 with SMTP id l3mr367205qbr.1166148480821; Thu, 14 Dec 2006 18:08:00 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id e18sm3581382qbe.2006.12.14.18.08.00; Thu, 14 Dec 2006 18:08:00 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-ID: <2447D5D3-65D4-4680-B841-EAA3BBB17524@prohost.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: PHP internals Date: Thu, 14 Dec 2006 21:07:57 -0500 X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: PHP 5.2.1RC1 Released From: ilia@prohost.org (Ilia Alshanetsky) The first release candidate for PHP 5.2.1 is now available for download. The source tarballs can be found here: http://downloads.php.net/ilia/php-5.2.1RC1.tar.bz2 (md5sum: cc6024531e3d4058e32cf740e2fe535f) http://downloads.php.net/ilia/php-5.2.1RC1.tar.gz (md5sum: bafcdff32bcaa564f65293c1c42d117e) Win32 snapshots should be available shortly as well. The focus of this release has been primarily stabilization with many bug fixes and very features being added, so a short release cycle is anticipated. Please try this release out on your code and systems and let us know if you come across any problems, especially regressions from the previous 5.X releases. Given that we've started a release cycle I'd like to ask all developers to refrain from making major changes to the code, only applying bug fixes. The two exceptions to this rule are currently two pending patches, that are being reviewed in relation to the Zend engine (Memory manager tweak and Matt's optimizations). Ilia Alshanetsky