Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:197702 php.internals:12949 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63215 invoked by uid 1010); 23 Sep 2004 15:15:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62934 invoked from network); 23 Sep 2004 15:15:02 -0000 Received: from unknown (HELO IPOfCard1.guest-tek.com) (216.191.74.170) by pb1.pair.com with SMTP; 23 Sep 2004 15:15:02 -0000 Received: from [172.18.3.133] ([172.18.3.133]) by IPOfCard1.guest-tek.com (8.11.6/8.11.6) with ESMTP id i8NEtbf15651; Thu, 23 Sep 2004 10:55:38 -0400 Message-ID: <4152E872.7010008@prohost.org> Date: Thu, 23 Sep 2004 11:14:58 -0400 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net, php-general@lists.php.net, php-announce@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP 4.3.9 Released From: ilia@prohost.org (Ilia Alshanetsky) Here is the proposed 4.3.9 release announcement. PHP Development Team is proud to announce the immediate release of PHP 4.3.9. This is a maintenance release that in addition to over 50 non-critical bug fixes, addresses a problem with GPC input processing. This release also re-introduces ability to write GIF images via the bundled GD extension. All Users of PHP are encouraged to upgrade to this release as soon as possible. Aside from the above mentioned issues this release includes the following important fixes: * Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion * Fixed strip_tags() to correctly handle '\0' characters. * Rewritten UNIX and Windows install help files. * Fixed a file-descriptor leak with phpinfo() and other 'special' URLs. * Fixed possible crash inside php_shutdown_config(). * Fixed isset crashes on arrays. * Fixed imagecreatefromstring() crashes with external GD library. * Fixed fgetcsv() parsing of strings ending with escaped enclosures. * Fixed overflow in array_slice(), array_splice(), substr(), substr_replace(), strspn(), strcspn(). * Fixed '\0' in Authenticate header passed via safe_mode. * Allow bundled GD to compile against freetype 2.1.2. All in all this release fixes over 50 bugs that have been discovered and resolved since the 4.3.8 release. PHP Development Team