Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30767 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11046 invoked by uid 1010); 11 Jul 2007 08:11:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11031 invoked from network); 11 Jul 2007 08:11:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2007 08:11:15 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.235 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.235 nz-out-0506.google.com Received: from [64.233.162.235] ([64.233.162.235:55237] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/A2-24679-E9094964 for ; Wed, 11 Jul 2007 04:11:13 -0400 Received: by nz-out-0506.google.com with SMTP id x7so954169nzc for ; Wed, 11 Jul 2007 01:11:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qaIxh4woFAobXMgfk0LgyWZIxG0/HT7bmq+wQhmvDuVRmmn954Dn4sU0wf/PFiiBIfx3iWBlHri3/1fqcrjBEsBhWonNxx9yMojfqdYWoJS4yj6Y/XI+xcpG0PgdWUuj9HoVvOHhClWpG5+UCb16IVpeF+Zf8BLS2X7l2OfA3QY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D6q8U/FPapS0HCHGVwlQfX2DzwORIwhNCRpZRmRn1JnAABEtRxXfwTXLUwrE5EckIlrVbx6MvNt53AM6ioaE3AbQx7rJip/ZP6pqAWSpJINxNgZ+ZS2d/ah61UjQfhiRm77NWl9BCFMxLQtkx5aIYge6DC46xu5wY7U+GEb8esc= Received: by 10.114.60.19 with SMTP id i19mr4897021waa.1184141467733; Wed, 11 Jul 2007 01:11:07 -0700 (PDT) Received: by 10.114.47.2 with HTTP; Wed, 11 Jul 2007 01:11:07 -0700 (PDT) Message-ID: Date: Wed, 11 Jul 2007 10:11:07 +0200 To: "Derick Rethans" Cc: "PHP Developers Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <698DE66518E7CA45812BD18E807866CE5A8F68@us-ex1.zend.net> Subject: Re: [PHP-DEV] RIP PHP 4? From: pierre.php@gmail.com (Pierre) On 7/10/07, Derick Rethans wrote: > On Mon, 9 Jul 2007, Pierre wrote: > > > On 7/9/07, Derick Rethans wrote: > > > On Fri, 6 Jul 2007, Andi Gutmans wrote: > > > > > > > I'd suggest something close to what Rasmus suggested: > > > > a) We make a clear statement on PHP.net that at the end of the year we > > > > plan to discontinue bug fixes for PHP 4 except for security fixes. > > > > b) We will discontinue supporting PHP 4 on 8/8/8 (because it sounds good > > > > and gives people about a year). > > > > > > The attached patch mentions the above. As you can see, the idea is to > > > release this on the 13th, 3 years after php 5 was released for this > > > first time. > > > > First thanks for the patch! > > I changed the first two paragraphs to: > >

> Today it is exactly three years ago since PHP 5 has been released. In > those three years it has seen many improvements over PHP 4. PHP 5 is > fast, stable & production-ready and as PHP 6 is on the way, PHP 4 > will be discontinued. >

>

> Hereby the PHP development team announces that support for PHP 4 will > continue until the end of this year only. After 2007-12-31 there will > be no more releases of PHP 4.4. In case security issues might arise after > this date, we will consider making security-only releases up to 2008-08-08. > Please use the rest of this year to make your application suitable to > run on PHP 5. >

> > I think that reads better. It is perfect, well done :) Merci! --Pierre