Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60498 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34176 invoked from network); 7 May 2012 00:15:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2012 00:15:42 -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.42 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:61500] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/00-33304-C2417AF4 for ; Sun, 06 May 2012 20:15:41 -0400 Received: by yhfq11 with SMTP id q11so2432532yhf.29 for ; Sun, 06 May 2012 17:15:38 -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=zDlGWm+rI0KbgpO4Q6KAj/1nJVD41l6CCYkLuki97DE=; b=NUDGRwt3K+W0PQF4uxJTfDqk0bkK7y04ez45T78QthxkW3tAcK5DOytcBi3/tvo1DF CrV79b7UeNKyCE7kTsOXqKeWFFzo1bCMseQgJFa8kpO258WftCD4ydIIn3egqm4eP47h qec/KdPdg+lH/rVzMNQdJxElb9qyNx4rH28lQepDN3Ju1C1CghzVQ2T0KUcNkJhNF0sP gyyPTQVl0LRjBQb4KZTVbjKy/sP3gApKI8kVRzInAplg/YSvhk5OO0e10mDegATnSGOw CnIyPQ4OKkeecOblJxJz+nFKK9nEgEAdGxlxxGiMTgzLDb+olniuVfxHk5nPZST4PFkI hGrA== Received: by 10.236.179.40 with SMTP id g28mr16811116yhm.86.1336349738017; Sun, 06 May 2012 17:15:38 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.146.86.14 with HTTP; Sun, 6 May 2012 17:14:57 -0700 (PDT) In-Reply-To: <2d366ed2f445f9a48ce1a19e43bca3f2.squirrel@www.l-i-e.com> References: <2d366ed2f445f9a48ce1a19e43bca3f2.squirrel@www.l-i-e.com> Date: Mon, 7 May 2012 09:14:57 +0900 X-Google-Sender-Auth: s8TRVsMXDhkP8rbF4TBX0z69_CE Message-ID: To: Richard Lynch Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Optional PHP tags by php.ini and CLI options (Ver. 1.4) From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi, 2012/5/6 Richard Lynch : > On Wed, April 11, 2012 5:14 pm, Yasuo Ohgaki wrote: >> I think my RFC confused people on this list due to improper >> descriptions >> and too much information. Sorry for the confusion. I revised the RFC >> so >> that most important points can be understood at a glance. >> >> https://wiki.php.net/rfc/nophptags > > We all know there are a LOT of bad scripts out there. > > A *LOT* of bad scripts. > > With major security holes in them. > > I do not see your average PHP scripter changing that behavior: It's > just so easy to write a PHP script, which is why it's so popular. > > Now, you are going to open up all the inexperienced scripters to code > exposure when they start using this cool new feature of being lazy and > not typing that silly > And that code being exposed will have major security holes in it. > > This is just not a good idea... PHP users are used to this. You know short tags and they are optional. Besides, "