Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:249260 php.internals:28115 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48851 invoked by uid 1010); 22 Feb 2007 20:14:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48832 invoked from network); 22 Feb 2007 20:14:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2007 20:14:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=edin@krug.dk; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=edin@krug.dk; sender-id=unknown Received-SPF: error (pb1.pair.com: domain krug.dk from 82.103.137.104 cause and error) X-PHP-List-Original-Sender: edin@krug.dk X-Host-Fingerprint: 82.103.137.104 khaled.krug.dk Received: from [82.103.137.104] ([82.103.137.104:36833] helo=khaled.krug.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/BF-07779-A89FDD54 for ; Thu, 22 Feb 2007 15:14:02 -0500 Received: from latif.krug.dk (latif.krug.dk [89.150.164.31]) by khaled.krug.dk (Postfix) with ESMTP id C3789B40034; Thu, 22 Feb 2007 21:13:59 +0100 (CET) Received: by latif.krug.dk (Postfix, from userid 504) id 96A0124600C9; Thu, 22 Feb 2007 21:13:59 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on latif.krug.dk X-Spam-Level: X-Spam-Status: No, score=-4.4 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Detected: no Received: from [10.0.0.5] (blaster.intra.krug.dk [10.0.0.5]) by latif.krug.dk (Postfix) with ESMTP id 2215524600C7; Thu, 22 Feb 2007 21:13:57 +0100 (CET) Message-ID: <45DDF90C.3000802@krug.dk> Date: Thu, 22 Feb 2007 21:11:56 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Derick Rethans CC: PHP Developers Mailing List , php-general@lists.php.net References: In-Reply-To: X-Enigmail-Version: 0.94.1.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 4.4.6 RC1 Released From: edin@krug.dk (Edin Kadribasic) Hi, Windows build is available at: http://downloads.php.net/edink/php-4.4.6RC1-Win32.zip Edin Derick Rethans wrote: > Hello! > > I packed PHP 4.4.6RC1 today, which you can find here: > http://downloads.php.net/derick/ > > This release candidate addresses an issues that unfortunately crept > into PHP 4.4.5: > > - Fixed segfault in ext/session when register_globals=On. (Tony) > > And some other issues: > > - Fixed bug #40578 (imagettftext() multithreading issue). (Tony) > - Fixed bug #40502 (ext/interbase compile failure). (Tony) > - Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill > children when parent is killed). (Dmitry) > > It also updates the PCRE library to version 7.0. > > Please test it carefully, and report any bugs in the bug system. > > If everything goes well, we can release it somewhere at the end of next > week. > > regards, > Derick >