Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30665 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64872 invoked by uid 1010); 9 Jul 2007 09:47:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64853 invoked from network); 9 Jul 2007 09:47:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2007 09:47:53 -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 209.85.146.177 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: 209.85.146.177 wa-out-1112.google.com Received: from [209.85.146.177] ([209.85.146.177:52881] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/01-56460-24402964 for ; Mon, 09 Jul 2007 05:47:50 -0400 Received: by wa-out-1112.google.com with SMTP id l24so1283763waf for ; Mon, 09 Jul 2007 02:47:42 -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=KtZEn/LPKuNWDO6QWmarXjjUF9KD20YoeDiTtgA8s2v/t39XcpPMH0kwUNPuosA7sUrJJf1KweocKB2U1gGF9cczxbccoaE8ZCuLilyAhjC2hKSVltEzTfovUXCtSf0kYTcQN6Mi2s7/evAPPeGclnuAdAQXWYTwREMPfmXESlY= 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=NJQg9Nq0Knx7Zk2BAyAyAOtR5Znu8Xk4MPHh5pebOCp4Io+mwwAmQZR2j0lP9QeF3Tv1LF2D+kmZ4NCqJpYxS58MLUaC/fC7URdHdD78PIywgQQ4tJCiZKSQFxoJ25HodY4G9TY99a/S3cOTL3cB9JxBliqS41Yxen4hAhxYVTY= Received: by 10.114.178.1 with SMTP id a1mr2928895waf.1183974462771; Mon, 09 Jul 2007 02:47:42 -0700 (PDT) Received: by 10.114.47.2 with HTTP; Mon, 9 Jul 2007 02:47:42 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 11:47:42 +0200 To: "Derick Rethans" Cc: "Andi Gutmans" , "Rasmus Lerdorf" , "Antony Dovgal" , "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/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! This paragraph is confusing and somehow made my point: +

+ Hereby the PHP development team announces that support for PHP 4 will + continue until the end of this year only. From 2007-12-31 there will be no + more releases of PHP 4.4, besides important security releases. Security + releases will continue until 2008-08-08 after which PHP 4.4 will no longer be + supported officially. Please use the rest of this year to make your + application suitable to run on PHP 5. +

Either we support it or we don't. That means we support it for security problems only (all non sec bugs reported in php4 will be bogused or move to php5+ if still present). That also means we will have security release only until 2008-08-08. I know that it is what this paragraph says but it could be clearer. Something like: - From 2008-01-01, only security fixes will be fixed (btw, there is no "unimportant" security issue) - From 2008-08-08, PHP4 is dead, officially and physically Is there a way to tell something like that in a non confusing way? There is no need to hide the facts behind some form of kindness :-) hth Cheers, --Pierre