Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59673 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74749 invoked from network); 10 Apr 2012 20:44:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2012 20:44:39 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:36209] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/00-08461-5BB948F4 for ; Tue, 10 Apr 2012 16:44:38 -0400 Received: by wibhm17 with SMTP id hm17so3267594wib.11 for ; Tue, 10 Apr 2012 13:44:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=azHU1CbZoL3XZBlTiGIOzHNtbqy5DY5HNbwd1t7ieuQ=; b=M6rBgDKvbhv25IChcQnKHWsf0CaMtD2XrtHZWIpUF0HG0+7aNVjJe1ic0/MKyg3QHB ndSI/6yOfNNFKsByWUfHXg9bO2KscVDkw3eIuJ57LABVRVc3YPdXJ8D3pP/C7lmk4GkC znRpQJ+rGIE/bCRWzCcLFZcwijjzFo4OGNAwH9SuUWEdfpjwDO+k5G/fOAwBFPqay9Kh 0x63I+7PoR6xuwh2mNvLjbBViRk9/4LEjSx+SCQakvReTEiBhIM5ps5zb3qqoBGQJ7wo gThyErrg0Wh3YZR4XnYS3QMwDAXVtC7905JuffxbgUe5qnjM1bpYVdUjL3uGrSX7380O tMIQ== Received: by 10.216.139.25 with SMTP id b25mr6892778wej.41.1334090675435; Tue, 10 Apr 2012 13:44:35 -0700 (PDT) Received: from [192.168.1.26] (154.Red-83-55-229.dynamicIP.rima-tde.net. [83.55.229.154]) by mx.google.com with ESMTPS id 6sm40076857wiz.1.2012.04.10.13.44.33 (version=SSLv3 cipher=OTHER); Tue, 10 Apr 2012 13:44:34 -0700 (PDT) Message-ID: <4F849CEE.1040501@gmail.com> Date: Tue, 10 Apr 2012 22:49:50 +0200 User-Agent: Thunderbird MIME-Version: 1.0 To: Chris Stockton CC: Luke Scott , PHP Developers Mailing List References: <-5877502932356715576@unknownmsgid> <-3647345967307864634@unknownmsgid> <4F831FAE.2030208@ralphschindler.com> <4F8336CA.6030800@gmail.com> <-3946312978847986790@unknownmsgid> <4F84587A.1090006@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: source files without opening tag From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 10/04/12 19:22, Chris Stockton wrote: > Hello, > I understand your point that you are trying to make, but forward > compatibility I am not sure shares the same critical nature as > backwards. Sure, but if we can help with that when designing the feature, that's much better, and I think would also ecourage into using it. > I think a software provider who is aiming at supporting a > wide variety of php versions is likely going to code around the lowest > common denominator. If they can easily work around it, it's much easier they start using it soon than waiting for when common web hostings stop providing 5.4. > Even still, if they chose to they could have two > bootstrap files, one that included files with the new features and one > with the old. Of course, they still could, but is more troublesome. Specially if as you suggest, they need to keep two files in sync. In that case it's probably easier to keep without the new features.