Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45597 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44662 invoked from network); 18 Sep 2009 02:25:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2009 02:25:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 209.85.221.184 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.221.184 mail-qy0-f184.google.com Received: from [209.85.221.184] ([209.85.221.184:55889] helo=mail-qy0-f184.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/56-30784-4BFE2BA4 for ; Thu, 17 Sep 2009 22:25:57 -0400 Received: by qyk14 with SMTP id 14so359072qyk.26 for ; Thu, 17 Sep 2009 19:25:54 -0700 (PDT) Received: by 10.224.59.163 with SMTP id l35mr990461qah.244.1253240754019; Thu, 17 Sep 2009 19:25:54 -0700 (PDT) Received: from ?192.168.1.100? (CPE00226b4fc5ab-CM000f9f7d6664.cpe.net.cable.rogers.com [99.238.118.126]) by mx.google.com with ESMTPS id 6sm1087285qwd.53.2009.09.17.19.25.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 17 Sep 2009 19:25:53 -0700 (PDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Date: Thu, 17 Sep 2009 22:25:52 -0400 Message-ID: <36F4FCC6-012D-4E21-9D86-2A1ED4EE53AB@prohost.org> To: PHP Development Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) Subject: PHP 5.2.11 Released! From: ilia@prohost.org (Ilia Alshanetsky) The PHP development team would like to announce the immediate availability of PHP 5.2.11. This release focuses on improving the stability of the PHP 5.2.x branch with over 75 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.11: Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia) Fixed sanity check for the color index in imagecolortransparent(). (Pierre) Added missing sanity checks around exif processing. (Ilia) Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre) Key enhancements in PHP 5.2.11 include: Fixed regression in cURL extension that prevented flush of data to output defined as a file handle. A number of fixes for the FILTER_VALIDATE_EMAIL validation rule Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries). Fixed bug #48696 (ldap_read() segfaults with invalid parameters) Fixed bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities). Fixed bug #48619 (imap_search ALL segfaults). Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag). Fixed bug #47351 (Memory leak in DateTime). Over 60 other bug fixes. Ilia Alshanetsky 5.2 Release Master