Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31993 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19759 invoked by uid 1010); 31 Aug 2007 01:43:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19744 invoked from network); 31 Aug 2007 01:43:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2007 01:43:17 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 64.233.162.226 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 64.233.162.226 nz-out-0506.google.com Received: from [64.233.162.226] ([64.233.162.226:39873] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/F7-01254-53277D64 for ; Thu, 30 Aug 2007 21:43:17 -0400 Received: by nz-out-0506.google.com with SMTP id x7so542462nzc for ; Thu, 30 Aug 2007 18:43:17 -0700 (PDT) Received: by 10.65.214.2 with SMTP id r2mr2238743qbq.1188524596554; Thu, 30 Aug 2007 18:43:16 -0700 (PDT) Received: from ?192.168.1.110? ( [99.246.70.178]) by mx.google.com with ESMTPS id p4sm588173qba.2007.08.30.18.43.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 30 Aug 2007 18:43:15 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-ID: <6FA0BCD4-A26A-405D-9633-6B3797CD6303@prohost.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: PHP Developers Mailing List Date: Thu, 30 Aug 2007 21:43:14 -0400 X-Mailer: Apple Mail (2.752.3) Subject: PHP 5.2.4 Released From: ilia@prohost.org (Ilia Alshanetsky) The PHP development team would like to announce the immediate availability of PHP 5.2.4. This release focuses on improving the stability of the PHP 5.2.X branch with over 120 various bug fixes in addition to resolving several low priority security bugs. All users of PHP are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.4 ---------------------------------------------------------------- * Fixed a floating point exception inside wordwrap() (Reported by Mattias Bengtsson) * Fixed several integer overflows inside the GD extension (Reported by Mattias Bengtsson) * Fixed size calculation in chunk_split() (Reported by Gerhard Wagner) * Fixed integer overflow in str[c]spn(). (Reported by Stanislav Malyshev) * Fixed money_format() not to accept multiple %i or %n tokens. (Reported by Stanislav Malyshev) * Fixed zend_alter_ini_entry() memory_limit interruption vulnerability. (Reported by Stefan Esser) * Fixed INFILE LOCAL option handling with MySQL extensions not to be allowed when open_basedir or safe_mode is active. (Reported by Stanislav Malyshev) * Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378) (Reported by Maksymilian Arciemowicz) * Fixed a possible invalid read in glob() win32 implementation (CVE-2007-3806) (Reported by shinnai) * Fixed a possible buffer overflow in php_openssl_make_REQ (Reported by zatanzlatan at hotbrev dot com) * Fixed an open_basedir bypass inside glob() function (Reported by dr at peytz dot dk) * Fixed a possible open_basedir bypass inside session extension when the session file is a symlink (Reported by c dot i dot morris at durham dot ac dot uk) * Improved fix for MOPB-03-2007. * Corrected fix for CVE-2007-2872. Key enhancements in PHP 5.2.4 include ------------------------------------------------------------ * Upgraded PCRE to version 7.2 * Added persistent connection status checker to pdo_pgsql. * Fixed oci8 and PDO_OCI extensions to allow configuring with Oracle 11g client libraries. * Fixed bug #41831 (pdo_sqlite prepared statements convert resources to strings). * Fixed bug #41770 (SSL: fatal protocol error due to buffer issues) * Fixed bug #41713 (Persistent memory consumption on win32 since 5.2) For users upgrading from PHP 5.0 and PHP 5.1, an upgrade guide is available here (http://www.php.net/migration52), detailing the changes between those releases and PHP 5.2.4. For a full list of changes in PHP 5.2.4, see the ChangeLog (http:// www.php.net/ChangeLog-5.php#5.2.4). Ilia Alshanetsky 5.2 Release Master