Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60293 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65728 invoked from network); 24 Apr 2012 21:42:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2012 21:42:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:43462] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/A1-54790-45E179F4 for ; Tue, 24 Apr 2012 17:42:45 -0400 Received: by werh12 with SMTP id h12so837708wer.29 for ; Tue, 24 Apr 2012 14:42:41 -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=UJiQmDetTopsrQOoprIuh8cQ3XOsK1lkYdCVX/Iv5Tg=; b=dCQURcHJrXv7MpiR9pgCXg7tOangbg7uwsQ5F9aM2MvTSpgHHhIrB4zEjSQuN3vQDR +M2CzzP8daIcclWy3g7zYfBshI7Jzp7EOqJ6rX/AeD4M+43oxo+9x3auFJ3Y6AdPMKTr P++WKbzIBEzWA/gvbnOOLzDnlB8Ji4qyCa6vvIlLIuhbbXHrwZjDjnyvSRQnka06GAVn Y8zauKoHFs9L4A98E8X6K99d+d3O1nr90NCoEEV2tEKQEz3ueqnnU2gQzieF9oz1q2Pd yzkwCD4P0KllYJODJEVIEqhvj3coe8bxBWSVkKRaPE7TIxGNXuphZOuNperKD58xbhL+ +fPw== MIME-Version: 1.0 Received: by 10.180.93.196 with SMTP id cw4mr346774wib.19.1335303761698; Tue, 24 Apr 2012 14:42:41 -0700 (PDT) Received: by 10.223.96.129 with HTTP; Tue, 24 Apr 2012 14:42:41 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Apr 2012 14:42:41 -0700 Message-ID: To: Tom Boutell Cc: PHP internals list Content-Type: multipart/alternative; boundary=f46d0438932b62208704be73a214 Subject: Re: [PHP-DEV] [RFC] Pure PHP Scripts (Updated) From: kris.craig@gmail.com (Kris Craig) --f46d0438932b62208704be73a214 Content-Type: text/plain; charset=ISO-8859-1 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? > > * The RFC quotes an entire discussion with a lot of harsh language > about coding practices that are currently considered standard in most > MVC frameworks, including the original message you were responding to > (which happened to be mine). I am not sure you intended to leave all > that in. In general that discussion contradicts the work you've done > elsewhere in the RFC to propose both .phpp and .phpf. > Could you elaborate? The only thing from the Internals discussion I actually copy/pasted was the example I posted pertaining to the bitwise constant; it was very technical in nature and didn't contain any harsh language that I could see. Or are you referring to something else? If so, please let me know what it is and I can fix it. > > On Tue, Apr 24, 2012 at 3:52 PM, Kris Craig wrote: > > Hi all, > > > > I finally found some time today to update the RFC based on discussions > > here. Please have a look and let me know if I missed anything or if > > there's anything else that needs clarifying: > > > > https://wiki.php.net/rfc/phpp > > > > > > I also want to know if this is sufficient to satisfy some of the concerns > > that have been raised about being able to implement this into existing > > frameworks that use a more "tangled" architecture. > > > > Thanks! =) > > > > --Kris > > > > -- > Tom Boutell > P'unk Avenue > 215 755 1330 > punkave.com > window.punkave.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d0438932b62208704be73a214--