Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:313832 php.internals:53705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82393 invoked from network); 30 Jun 2011 18:33:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2011 18:33:26 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:46140] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/F0-11233-471CC0E4 for ; Thu, 30 Jun 2011 14:33:25 -0400 Received: by bwa19 with SMTP id 19so2374887bwa.29 for ; Thu, 30 Jun 2011 11:33:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.40.199 with SMTP id l7mr2347763bke.103.1309458800896; Thu, 30 Jun 2011 11:33:20 -0700 (PDT) Received: by 10.204.57.81 with HTTP; Thu, 30 Jun 2011 11:33:20 -0700 (PDT) Date: Thu, 30 Jun 2011 14:33:20 -0400 Message-ID: To: PHP Developers Mailing List , php-general@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: PHP 5.3.7RC2 Released for Testing From: ilia@prohost.org (Ilia Alshanetsky) The second release candidate of 5.3.7 was just released for testing and can be downloaded here: https://downloads.php.net/ilia/php-5.3.7RC2.tar.bz2 (md5sum: 1f4fba48807d5d6236b24ca1f1b63e69) https://downloads.php.net/ilia/php-5.3.7RC2.tar.gz (md5sum: d57c2d49d4e9c8a90d31068d88605ef2) The Windows binaries are available at: http://windows.php.net/qa/ Given the small number of changes since the last RC, it is likely a final version will be released in 2 weeks. If it is not, a third release candidate will be available in 2 weeks. PHP 5.3.7 is focused on improving the stability and security. To ensure that the release is solid, please test this RC against your code base and report any problems that you encounter. To find out what was changed since the last release please refer to the NEWS file found within the archive or on http://svn.php.net/viewvc/php/php-src/tags/php_5_3_7RC2/NEWS?revision=HEAD&view=markup Windows users please mind that we don't provide VS6 builds anymore since PHP 5.3.6. When using the openssl extension please mind a known regression which might lead to a performance degression. This regression will be fixed with RC2 and the final release. Ilia Alshanetsky