Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91309 invoked by uid 1010); 15 Apr 2004 18:40:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90910 invoked from network); 15 Apr 2004 18:40:44 -0000 Received: from unknown (HELO asuka.nerv) (24.100.195.79) by pb1.pair.com with SMTP; 15 Apr 2004 18:40:44 -0000 Received: (qmail 7458 invoked from network); 15 Apr 2004 18:40:44 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 15 Apr 2004 18:40:44 -0000 Reply-To: ilia@prohost.org To: internals@lists.php.net, general@lists.php.net, announce@lists.php.net Date: Thu, 15 Apr 2004 14:40:49 -0400 User-Agent: KMail/1.6.1 Organization: Prohost.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <200404151440.49060.ilia@prohost.org> Subject: 4.3.6 Released From: ilia@prohost.org (Ilia Alshanetsky) PHP Development Team is proud to announce the release of PHP 4.3.6. This is is a bug fix release whose primary goal is to address two bugs which may result in crashes in PHP builds with thread-safety enabled. All users of PHP in a threaded environment (Windows) are strongly encouraged to upgrade to this release. Aside from the above mentioned issues this release includes the following important fixes: - Updated bundled PDFLib library to version 5.0.3p1 in Windows distribution. - Synchronized bundled GD library with GD 2.0.22. - Fixed bugs that prevented building of GD extension against external GD library versions 1.2-1.8. - Fixed a bugs resulting in leakage of session settings across requests. - Fixed several daylight savings bugs inside the mktime and strtotime functions. - Fixed a bug that prevented compilation of cURL extension against libcurl 7.11.1 - Fixed a number of crashes inside domxml and mssql extensions. All in all this release fixes approximately 25 bugs that have been discovered since the 4.3.5 release. Enjoy, PHP Development Team.