Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:309938 php.internals:50988 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60130 invoked from network); 10 Dec 2010 01:25:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2010 01:25:53 -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.161.54 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.161.54 mail-fx0-f54.google.com Received: from [209.85.161.54] ([209.85.161.54:58227] helo=mail-fx0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/F2-39391-991810D4 for ; Thu, 09 Dec 2010 20:25:50 -0500 Received: by fxm16 with SMTP id 16so3289658fxm.13 for ; Thu, 09 Dec 2010 17:25:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.53.68 with SMTP id l4mr174082fag.44.1291944341834; Thu, 09 Dec 2010 17:25:41 -0800 (PST) Received: by 10.223.20.20 with HTTP; Thu, 9 Dec 2010 17:25:41 -0800 (PST) Date: Thu, 9 Dec 2010 20:25:41 -0500 Message-ID: To: php-general@lists.php.net, PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: PHP 5.2.15 Released! From: ilia@prohost.org (Ilia Alshanetsky) The PHP development team would like to announce the immediate availability of PHP 5.2.15. This release marks the end of support for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3. This release focuses on improving the security and stability of the PHP 5.2.x branch with a small number, of predominatly security fixes. Security Enhancements and Fixes in PHP 5.2.15: Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE. Fixed crash in zip extract method (possible CWE-170). Fixed a possible double free in imap extension. Fixed possible flaw in open_basedir (CVE-2010-3436). Fixed NULL pointer dereference in ZipArchive::getArchiveComment. (CVE-2010-3709). Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data). Key enhancements in PHP 5.2.15 include: Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4). Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object). For a full list of changes in PHP 5.2.15, see the ChangeLog on . For source downloads please visit our downloads page on , Windows binaries can be found on . Ilia Alshanetsky 5.2 Release Master