Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44174 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84593 invoked from network); 5 Jun 2009 07:43:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2009 07:43:16 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.155 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.155 fg-out-1718.google.com Received: from [72.14.220.155] ([72.14.220.155:40255] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/81-09243-29CC82A4 for ; Fri, 05 Jun 2009 03:43:15 -0400 Received: by fg-out-1718.google.com with SMTP id 22so128017fge.0 for ; Fri, 05 Jun 2009 00:43:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=skqEog3EXJxCpbQ+gh21+NcZ4aCDwbr7FPBozelgWnw=; b=kkJpDhEMoZ1kvJNdvhHsU0NgYAZyPeW0R1bP1ZWLi35PWsrJg1nXhie/a3NM2QFTpW +zR9vtkBlOfXmg2nKUv5bQtNMzHIN7l+tmCVKv/0UZIBmnV9WdVKmg4WackgUy8ImKoH sIh5pIkmMvrf+PtHjKw6/KUvRDF872BnkEkKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=b1V+ByDictQwjVGkBo+9Q+2P6jf4MpijDuamyfmYL2Q0oO3Krlo4LtmO51EuDWWwpb i1V0XbgRngYVaUgP+zGnGoDATcZmcVOJKFt7zVQa0w4M6TxtqSagkXfNTxC5gFG31gUe fg7/HLk8VyT3kZrvoZwRsyWNzNPv/l9TCYQUA= MIME-Version: 1.0 Received: by 10.86.26.19 with SMTP id 19mr3575907fgz.48.1244187791658; Fri, 05 Jun 2009 00:43:11 -0700 (PDT) In-Reply-To: <4A28B16A.2040101@lerdorf.com> References: <94.6F.05315.44EF11A4@pb1.pair.com> <77E6891A-AF77-47B5-94DB-FA69D4F7F198@roshambo.org> <4A28B16A.2040101@lerdorf.com> Date: Fri, 5 Jun 2009 09:43:11 +0200 Message-ID: <7f3ed2c30906050043g3f014e63j6f74abb1f04373b0@mail.gmail.com> To: Rasmus Lerdorf Cc: Roman I , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Is there a technical reason 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. =A0We'd have t= o > start tossing CDATA blocks and write code like: > > =A0if( 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. =A0The only valid argument against > short_tags itself is that it clashes with named PI tags and have that same problem.