Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59484 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44131 invoked from network); 9 Apr 2012 06:18:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2012 06:18:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:51572] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/DD-56433-B1F728F4 for ; Mon, 09 Apr 2012 02:18:03 -0400 Received: by yenl5 with SMTP id l5so1966793yen.29 for ; Sun, 08 Apr 2012 23:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=XoJDFl1JkVExAyQyxdlOCivYMRBokC1LrUhD5fLezA4=; b=zi7jUXvE+68INcQOvEXVaBTJyGo0ademYUa+q12wHfx9FS2xhO4EgNbcoO6ubvW7IZ W+rFWJBqw4q2Ke4nbCD16XDHhDTVwGtc6l6RNmXRcEAsHv2hvRD3Wp09NVxhiH3RzT9Q 8uCnv6Xgn51le6po/j53jOli71LfNIHKtB8YqrSCclnos9yetsrdZ7VfgIPXtLuvnFqR eW4jDqcRY9h4jlIFSI3+OeTbAg+n2kuMXrPLhUOUyUDOJmPoFB5hS8/ZurvdHfNXbSAu CCBhUiLE6Pw9DruKaQ9jDX6AdCX8kQCNnOpA1HJewFbo7meSUb+0dfksPGwTXPA5I8bl B4uQ== Received: by 10.236.193.39 with SMTP id j27mr4922402yhn.111.1333952280635; Sun, 08 Apr 2012 23:18:00 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.146.86.14 with HTTP; Sun, 8 Apr 2012 23:17:20 -0700 (PDT) In-Reply-To: References: Date: Mon, 9 Apr 2012 15:17:20 +0900 X-Google-Sender-Auth: Uci-vY7FqARPR_0Uvk0bVWh97e8 Message-ID: To: Tom Boutell Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] RFC: source files without opening tag From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Tom, It's better to distinguish security related issue and others. Therefore, I listed Moriyoshi's proposal to RFC list and put my proposal in it. His proposal is almost the same as mine except the flag for embed mode control. https://wiki.php.net/rfc/nophptags I recovered the original except for adding references to No PHP Tags RFC. https://wiki.php.net/rfc/source_files_without_opening_tag This makes discussion more clear to everyone, I hope. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net