Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:252559 php.internals:28729 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5436 invoked by uid 1010); 11 Apr 2007 06:48:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5415 invoked from network); 11 Apr 2007 06:48:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2007 06:48:00 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Received: from [82.94.239.5] ([82.94.239.5:43404] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/01-22806-6BF7C164 for ; Wed, 11 Apr 2007 02:27:02 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l3B6Qxta004829; Wed, 11 Apr 2007 08:26:59 +0200 Date: Wed, 11 Apr 2007 08:26:55 +0200 (CEST) X-X-Sender: derick@localhost To: PHP Developers Mailing List , php-general@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: PHP 4.4.7RC1 Release From: derick@php.net The first release candidate of PHP 4.4.7 is now available for download here: http://downloads.php.net/derick/php-4.4.7RC1.tar.bz2 (2ff585134f85fa992af7d953e4645810) http://downloads.php.net/derick/php-4.4.7RC1.tar.gz (72c25db4e65ae8a985914472403a5f83) The focus or this release is twofold, number of we are continuing to stabilize the language. The second goal was to improve the security of the language through an internal audit as well as by addressing previously unknown bugs identified by MOPB. As you can imagine both these goals result in a rather extensive set of changes, so testing to make sure no new bugs or regressions were introduced is critical. Therefore I would like to ask everyone, over the next few weeks to give this RC a shot with your code base to ensure there are no problems. I want to make 4.4.7 go out as soon as possible given the security improvements that it brings, with the next RC slated at just over 2 weeks from today (April 26th) and the final in early May. If you come across any problems feel free to identify them by replying to this e-mail or creating a bug report on http://bugs.php.net. Derick Rethans