Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43694 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1985 invoked from network); 14 Apr 2009 11:57:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2009 11:57:01 -0000 Authentication-Results: pb1.pair.com header.from=jani@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 204.13.248.71 as permitted sender) X-PHP-List-Original-Sender: jani@php.net X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:56902] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/E1-01762-D0A74E94 for ; Tue, 14 Apr 2009 07:57:01 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LthG0-0007yJ-TO; Tue, 14 Apr 2009 11:56:53 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/Quu/u4FNehyMdIVpgKBg7WDze3LrpeR0= Message-ID: <49E47A00.4030700@php.net> Date: Tue, 14 Apr 2009 14:56:48 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Glen CC: Evert | Filemobile , Stanislav Malyshev , Kalle Sommer Nielsen , Jeremy , internals@lists.php.net References: <49E352FD.6070008@gmail.com> <2dedb8a0904131124u57f2f32ei27083a289f7f18a4@mail.gmail.com> <49E39B3C.2020401@zend.com> <4E5BC7CA-8513-49F5-AEAF-5ABEC2A83EDA@filemobile.com> <49E477CA.9040709@gmail.com> In-Reply-To: <49E477CA.9040709@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6? From: jani@php.net (Jani Taskinen) PLEASE, let the dead horse be! --Jani Glen wrote: > Right, but at the moment something like: > > that;?> > > .. works. i.e. no whitespace after the opening tag. > > Changing this would most likely break a fair amount of code. > > Glen. > > Evert | Filemobile wrote: >> On 13-Apr-09, at 4:06 PM, Stanislav Malyshev wrote: >> >>> Hi! >>> >>>> Thats because with short_open_tags on, you need to use: >>>> '); ?> >>> It's a pretty small use case (that's a problem only if you have xml >>> documents which has to have php code which has to be inlined) and as >>> you see, can be easily handled. I think that should not make whole >>> very useful syntax deprecated. >> I think the parser should look ahead and check for something like : >> >> /> >> (either > >> Evert >