Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44186 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30265 invoked from network); 5 Jun 2009 18:46:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2009 18:46:02 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.198.230 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.198.230 rv-out-0506.google.com Received: from [209.85.198.230] ([209.85.198.230:59107] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/F2-15563-8E7692A4 for ; Fri, 05 Jun 2009 14:46:01 -0400 Received: by rv-out-0506.google.com with SMTP id b25so457895rvf.7 for ; Fri, 05 Jun 2009 11:45:58 -0700 (PDT) Received: by 10.141.179.5 with SMTP id g5mr3536099rvp.264.1244227558218; Fri, 05 Jun 2009 11:45:58 -0700 (PDT) Received: from ?192.168.1.2? (c-76-22-32-17.hsd1.wa.comcast.net [76.22.32.17]) by mx.google.com with ESMTPS id k37sm786963rvb.48.2009.06.05.11.45.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Jun 2009 11:45:57 -0700 (PDT) Cc: Hannes Magnusson , Roman I , internals internals , Stanislav Malyshev Message-ID: To: Rasmus Lerdorf In-Reply-To: <4A28CEE4.10403@lerdorf.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Fri, 5 Jun 2009 11:45:56 -0700 References: <94.6F.05315.44EF11A4@pb1.pair.com> <77E6891A-AF77-47B5-94DB-FA69D4F7F198@roshambo.org> <4A28B16A.2040101@lerdorf.com> <7f3ed2c30906050043g3f014e63j6f74abb1f04373b0@mail.gmail.com> <4A28CEE4.10403@lerdorf.com> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] Is there a technical reason Hannes Magnusson wrote: >> On Fri, Jun 5, 2009 at 07:47, Rasmus Lerdorf >> wrote: >>> Nobody is going to pass a PHP script through an XML parser, and PHP >>> itself will never be well-formed, so that is a lost cause. We'd >>> have to >>> start tossing CDATA blocks and write code like: >>> >>> if( 2 < 3 ) echo "2 is less than 3"; >> >> No you don't. & and < are perfectly legal in PIs >> >> >>> And that just isn't going to happen. The only valid argument >>> against >>> short_tags itself is that it clashes with named PI tags and >> does not >>> have that same problem. >> >> > >> 4] NameStartChar ::= ":" | [A-Z] | "_" | [a-z] | [#xC0-#xD6] >> | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | >> [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] >> | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF] > > The point still stands. If you are trying to parse PHP with an XML > parser, you are doing it wrong. I have absolutely no problems > annoying > the one or two pedantic people who care about this for the benefit of > thousands who don't. The RFC was marked declined due to repeated discussions and lack of change, but declined without much fanfare or official yay or nay discussion aside from a mention in a recent related thread, IRC, and CVS. So it feels like decoupling