Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44179 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45230 invoked from network); 5 Jun 2009 13:13:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2009 13:13:04 -0000 Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 69.16.228.148 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 69.16.228.148 unknown Linux 2.4/2.6 Received: from [69.16.228.148] ([69.16.228.148:35811] helo=host.fmethod.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/8D-09243-FD9192A4 for ; Fri, 05 Jun 2009 09:13:03 -0400 Received: from [83.228.56.37] (port=4065 helo=pc) by host.fmethod.com with esmtpa (Exim 4.69) (envelope-from ) id 1MCZEB-0006r9-PJ for internals@lists.php.net; Fri, 05 Jun 2009 08:13:00 -0500 Message-ID: <0FE310253D304EFE86800806BB7DE4DD@pc> To: References: <94.6F.05315.44EF11A4@pb1.pair.com> <77E6891A-AF77-47B5-94DB-FA69D4F7F198@roshambo.org> <4A28B16A.2040101@lerdorf.com> <7f3ed2c30906050043g3f014e63j6f74abb1f04373b0@mail.gmail.com> Date: Fri, 5 Jun 2009 16:12:49 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.fmethod.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - fmethod.com Subject: Re: [PHP-DEV] Is there a technical reason Plain files from PHP source code. readfile('file.xml'); > From what I know, in the future versions of PHP short tags are going to be > disabled by default. Considering the conflicts with XML syntax, that's > understandable. // no conflict '?> // conflict with full PHP tags ' ?> // conflict with full PHP tags */ ?> I think these four examples should render any argument containing "XML" and "PHP" in the same sentence invalid. My suggestion is, follow your own notes: "Leave short tags alone - never talk about it again" (http://wiki.php.net/summits/pdmnotesmay09). Regards, Stan Vassilev