Newsgroups: php.announce,php.general,php.internals Path: news.php.net Xref: news.php.net php.announce:46 php.general:181553 php.internals:8766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47992 invoked by uid 1010); 26 Mar 2004 13:58:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47931 invoked from network); 26 Mar 2004 13:58:37 -0000 Received: from unknown (HELO prohost.org) (216.126.86.27) by pb1.pair.com with SMTP; 26 Mar 2004 13:58:37 -0000 Received: (qmail 24710 invoked from network); 26 Mar 2004 13:58:39 -0000 Received: from unknown (HELO ?192.168.1.100?) (209.47.172.153) by prohost.org with SMTP; 26 Mar 2004 13:58:39 -0000 Reply-To: ilia@prohost.org Organization: Prohost.org To: php-announce@lists.php.net, internals@lists.php.net, php-general@lists.php.net Date: Fri, 26 Mar 2004 08:55:52 -0500 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <200403260856.50953.ilia@prohost.org> Subject: PHP 4.3.5 Released From: ilia@prohost.org (Ilia Alshanetsky) PHP Development Team is proud to announce the release of PHP 4.3.5. This is primarily a bug fix release, without any new features or additions.PHP 4.3.5 is by far the most stable release of PHP to date and it is recommended that all users upgrade to this release whenever possible. The major fixes include: - Fixed INI leak between Apache virtual hosts. - Fixed crashes inside fgetcsv() and make the function binary safe. - Fixed compilation with early versions of GCC 3.0. - Fixed a bug that prevented feof() from working correctly with sockets. - Improved the matching algorithm inside the get_browser() function. - Fixed resolving of open_basedir on Win32 systems. - Fixed incorrect errors for non-existent directories when safe_mode is enabled. - Bundled OpenSSL dlls on Win32 upgraded to 0.9.7c - Updated bundled PostgreSQL library to version 7.4 in Windows distribution. - Bundled PCRE library upgraded to 4.5 - Synchronized bundled GD library with GD 2.0.17 - A number of fixes for 64bit systems. Aside from the above mentioned fixes, this release resolves over 140 various bugs and implementational problems. Enjoy, PHP Development Team.