Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106479 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 88872 invoked from network); 9 Aug 2019 13:17:03 -0000 Received: from unknown (HELO cache4.mydevil.net) (213.189.55.195) by pb1.pair.com with SMTP; 9 Aug 2019 13:17:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=korulczyk.pl; s=devil; h=Content-Transfer-Encoding:Content-Type:In-Reply-To :MIME-Version:Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Fn5LAdCtaYtN6BfSpsbSDbfPBqPUULQBAEjDQnRnx/c=; b=RTxQDSNx8QX2vx80/+p8FJkDXu F+gL0E0+pdHq68JGsndjGTl/tQkTrwNrtT0FIUtnFMWjHg6MEE6/Pejpt6SbodQYg/1nhbp9CSSRm zQ98iA42QUWpX7Tg/zzYX72Mv2gJ/u3dY1qPQWPw/uJaIeNXptH43XTJvq6V5VpAPFcU=; To: internals@lists.php.net References: Message-ID: Date: Fri, 9 Aug 2019 12:44:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AV-Check: Passed X-System-Sender: robert@korulczyk.pl Subject: Re: [PHP-DEV] Bringing Peace to the Galaxy From: robert@korulczyk.pl (Robert Korulczyk) > I think it should also be pointed out that there's nothing stopping anyone > from forking PHP into a new project as Zeev described and maintain feature > parity. As I understand, the reason something like this hasn't happened > already is because it would involve a ton of work and nobody wants to deal > with it. But if you or anyone else does manage to put a team together and > make something like this happen as a separate project, I'd certainly have > no objection. It does not need to be a fork. AFAIK there is no technical obstacle to extend lifetime of particular version on PHP and create some kind of LTS line. For example, PHP 7.4 could be supported for 10-20 years (probably with security patches only), so everyone who has "legacy - do not touch it!" code can stick to 7.4 line. Everyone else could just move on and use PHP 8 with all new features and BC breaks. Regards, Robert Korulczyk