Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60301 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81062 invoked from network); 24 Apr 2012 23:27:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2012 23:27:46 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:38493] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/74-54790-1F6379F4 for ; Tue, 24 Apr 2012 19:27:46 -0400 Received: by wgbfg15 with SMTP id fg15so979392wgb.11 for ; Tue, 24 Apr 2012 16:27:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CeEFApNWk1GtkWfaTi0cbiVhCdqthQeaUPo4YyGG8Xg=; b=GOQGX1LJkx53M7f+B7JWu/8T2CF2FQpbhqVNPTsgUUICSwSg9gjW+UR84S8FYjKEgM VtEGBd1SsGOahPQQzqklnMOpDCOJHFy/ea6X73c6mJrkiXwRpT7Ht5k3UfJVMq12hWs9 JU7B3sN1FEMmy7r4b8EN2SFZ+CjMGMgBI9u0Ixmrr0D/50mdBY3sq9SpW6y73/Yg9vHm /5nycGtEBh1z0ieWcuYOZtCo3wsYp12ydpcfrMlDO4ehXde7uE1yRaJHJ9k5d49ZEDio IpFnXaXANKOfY8NLJ3mYAFw+6oaBMIWBPpLA5JsW+R7V24Fldmj47l0te2x2W49ucU8+ 72XQ== MIME-Version: 1.0 Received: by 10.180.79.135 with SMTP id j7mr35253267wix.19.1335310063290; Tue, 24 Apr 2012 16:27:43 -0700 (PDT) Received: by 10.223.96.129 with HTTP; Tue, 24 Apr 2012 16:27:43 -0700 (PDT) In-Reply-To: <9D120847-C2AB-47C4-BCE4-6F68F3C6FE06@gmail.com> References: <9D120847-C2AB-47C4-BCE4-6F68F3C6FE06@gmail.com> Date: Tue, 24 Apr 2012 16:27:43 -0700 Message-ID: To: Tjerk Meesters Cc: Tom Boutell , PHP internals list Content-Type: multipart/alternative; boundary=f46d04428ff4fcc96104be75195c Subject: Re: [PHP-DEV] [RFC] Pure PHP Scripts (Updated) From: kris.craig@gmail.com (Kris Craig) --f46d04428ff4fcc96104be75195c Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 24, 2012 at 4:00 PM, Tjerk Meesters wrote: > > On 25 Apr, 2012, at 5:42 AM, Kris Craig wrote: > > > On Tue, Apr 24, 2012 at 1:10 PM, Tom Boutell wrote: > > > >> * The RFC starts off immediately talking about file extensions, but > >> the actual implementation proposed doesn't rely on file extensions or > >> suggest any enforcement of them. That disparity should be addressed > >> for clarity. > >> > > > > Did you read the whole RFC? Please refer to the "Naming Conventions" > > section. It addresses this explicitly. > > > > Are you saying that section wasn't sufficiently clear or did you just > miss > > it? > > > > I think what he means is that the abstract section should be, well, > abstract. Currently it appears more detailed than it should be by referring > to file extensions on the let go. I would phrase that section in a way that > doesn't rely on another section to explain the used terminology. > > Also, references such as .phpp are used throughout the document to > indicate a particular type of source file rather than an actual file > extension. As such I would recommend moving your terminology section to > right underneath abstract. This would improve the readability. > > Hmm I see your point. Ok I'll update that langauge next time I can find a spare moment. So aside from that, what are your thoughts? In addition to feedback on the wording itself, I'd also be interested in hearing your thoughts on the actual amended proposal itself. Does the new script type alleviate your main concerns about frameworks (keeping in mind that a compromise is a solution that neither party likes but both parties can live with)? What do you think about the require/include syntax suggestions? Should it be comma-delinated or use "as" instead? Etc. Thanks! --Kris --f46d04428ff4fcc96104be75195c--