Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60289 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54995 invoked from network); 24 Apr 2012 19:53:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2012 19:53:07 -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 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:38949] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/00-54790-784079F4 for ; Tue, 24 Apr 2012 15:52:40 -0400 Received: by wibhm17 with SMTP id hm17so3767697wib.11 for ; Tue, 24 Apr 2012 12:52:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=v/reGZggVYzEahNVQ29B7zqTxqN5nbtuj4Z9hBYSL5Q=; b=hJYgNvicZpbSNXpV6TKH/eeRrbUpD7em9cI7pgKAjTWNq0Sn0K6AyYnx91VwX/yPyH Jmva26chymn6RIgPAy3wkEuZgfhb3Ffm2I/imxIntEm8XeFyca2Ak8r2OF4SDxkROu0t wHBdpwYp6iRRAAPsC2S80iekJPDt4loyOZqYTe/aYr/1VfZ1y3o/4nQi33wiuEckj7AP 4mMSYoud4/50cb6QFA0HVtME8wd32LRwLmup42K1XTKN7KTIVMYxlBofRi3/dXmZ474y I7jiMlL/SfjdMbEIGlSIsCPMp6AEUrkSCT4L/o8ngUC52SUwjD5efuluqN+pF/V8XiHB iS1g== MIME-Version: 1.0 Received: by 10.216.139.12 with SMTP id b12mr8659239wej.4.1335297151291; Tue, 24 Apr 2012 12:52:31 -0700 (PDT) Received: by 10.223.1.82 with HTTP; Tue, 24 Apr 2012 12:52:31 -0700 (PDT) Date: Tue, 24 Apr 2012 12:52:31 -0700 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=0016e6d625745f50f404be72180e Subject: [RFC] Pure PHP Scripts (Updated) From: kris.craig@gmail.com (Kris Craig) --0016e6d625745f50f404be72180e Content-Type: text/plain; charset=ISO-8859-1 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 --0016e6d625745f50f404be72180e--