Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20675 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79021 invoked by uid 1010); 27 Nov 2005 21:33:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79006 invoked from network); 27 Nov 2005 21:33:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2005 21:33:18 -0000 X-Host-Fingerprint: 212.227.48.61 mayflowerholding.com Linux 2.5 (sometimes 2.4) (4) Received: from ([212.227.48.61:38498] helo=s15175637.rootmaster.info) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B9/85-56276-E162A834 for ; Sun, 27 Nov 2005 16:33:18 -0500 Received: (qmail 23217 invoked by uid 2520); 27 Nov 2005 22:33:15 +0100 Received: from 62.245.208.160 by s15175637 (envelope-from , uid 2020) with qmail-scanner-1.25st (uvscan: v4.4.00/v4637. spamassassin: 3.0.3. perlscan: 1.25st. Clear:RC:0(62.245.208.160):SA:0(-0.5/7.0):. Processed in 1.178879 secs); 27 Nov 2005 21:33:15 -0000 X-Spam-Status: No, hits=-0.5 required=7.0 Received: from ppp-62-245-208-160.mnet-online.de (HELO ?192.168.1.102?) (62.245.208.160) by mayflowerholding.com with (RC4-MD5 encrypted) SMTP; 27 Nov 2005 22:33:14 +0100 To: internals@lists.php.net Date: Sun, 27 Nov 2005 22:32:53 +0100 User-Agent: KMail/1.8.3 Cc: Daniel Convissor References: <1607285441.20051127115816@marcus-boerger.de> <20051127212028.GA12580@panix.com> In-Reply-To: <20051127212028.GA12580@panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200511272232.53858.johannes@php.net> Subject: Re: [PHP-DEV] First, PHP scripts are not XML files, so why are we concerned with what > the XML standard says? It isn't about the XML standard but about exceptions for the PHP parser and why should Second, PHP is frequently used to output XML files, necessitating such PHP > scripts contain the string " scripts work when short tags is on, one must write something contorted > like: > > echo '<' . '?xml ...'; echo ' Third, if someone wrote a script using " of the above, PHP needlessly fails if short tags is on, eliminating > portability. so just remove short_tags :-) johannes