Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59789 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11218 invoked from network); 12 Apr 2012 07:01:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2012 07:01:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:35811] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/E0-05166-1CD768F4 for ; Thu, 12 Apr 2012 03:01:22 -0400 Received: by obbta17 with SMTP id ta17so1465877obb.29 for ; Thu, 12 Apr 2012 00:01:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=J19w2Cz0ENL3SD2f0CietA8LjcKsmN/XuKBymnP6s1I=; b=m9yOEGiE4/KN2aYAqL7JaIzyuf8e4L0WITLinG5Y86GsIQuojJux+kIwrMjR+37JKY 0IKPSUzZPyKlS7i452wJHtpsVNagUFgGB+ayMrUvsz73DwtJPfhUn0BHU+7yGzawHsdb 7XwD6cIOxvWfSfJKqWrtOg5eQz0Fvaxg8yofMGoka5+GFJ/a+JTzoUDYz7mqKCtp+XgG TsRGCiiivuyUxPiPgYxvDrU1oKwXy9VR2kyvgDGobde1mbMVjBZCJskVlNVfGy1wrOcj nfaPhgK33qVQvI2XNqlJAlOM+GOEJcGLVuVGGZ+1VUtnR/40ZA+Khff1+AaLFryCJAei pHSg== MIME-Version: 1.0 Received: by 10.182.7.4 with SMTP id f4mr1564291oba.57.1334214078574; Thu, 12 Apr 2012 00:01:18 -0700 (PDT) Received: by 10.60.98.74 with HTTP; Thu, 12 Apr 2012 00:01:18 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Apr 2012 09:01:18 +0200 Message-ID: To: Yasuo Ohgaki Cc: PHP Internals List Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Optional PHP tags by php.ini and CLI options (Ver. 1.4) From: simonsimcity@googlemail.com (Simon Schick) 2012/4/12 Yasuo Ohgaki : > Hi all, > > 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 > > Please read again if you've read already and give comments. > Thank you. > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hi, Yasuo Now this discussion became interesting also for me :) Currently I have some questions: What is FLI? Is it a typo and should be LFI? Is the closing php-tag ignored or denied if the setting is "off"? What would you advice in further versions as default-value of this ini-option? Should I leave it "on" or should I switch it "off" in my ini-file? May this should be checked by the programmer per script? What about the starting php-tag? Can it be skipped or is this not part of this RFC? In the patch you're deleting stuff for asp-tags and the php-short-open-tags ... Will this be in the final patch? You addressed that finding the