Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43696 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5079 invoked from network); 14 Apr 2009 12:08:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2009 12:08:19 -0000 Authentication-Results: pb1.pair.com header.from=glen.84@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=glen.84@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: glen.84@gmail.com X-Host-Fingerprint: 209.85.219.179 mail-ew0-f179.google.com Received: from [209.85.219.179] ([209.85.219.179:48069] helo=mail-ew0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/92-01762-3BC74E94 for ; Tue, 14 Apr 2009 08:08:19 -0400 Received: by ewy27 with SMTP id 27so2797568ewy.23 for ; Tue, 14 Apr 2009 05:08:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=eolHzPxvWcdL1uXwYgHhVx1rvVAfRLW2Rz8DTt6iRkg=; b=yAOhqkzdc7NTtURGeYyJosEIuzM1qX6wILhMljCwB6TZpcpd7j2SolbrHfTCGqVDLz PcupYgH1BbNh5hsI8Zc5K3j8YyUVNb86F9GMg6iIXxr4RKS32yjh70lomencBd13DwDl FCOjCMkAVRqeSqqF2B8xF9Mp1DCPtnIfIxRNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Qji+E8riXvm1/Ue3cyLYx/jvDqmQ3/M1zGjpomhG2eZDrl3bEMhJkmdjGBTpkcFW3B AaAXO1mUw7wlTdfDvuVYqS4sh24SJgUCyDBdXGNyI7Ky3f81+ajcmqWON003KdQFlIzR dHQ+P98FjL5O4w7RwLHla/HasF4jCAonazBXE= Received: by 10.216.6.213 with SMTP id 63mr1753109wen.208.1239710896599; Tue, 14 Apr 2009 05:08:16 -0700 (PDT) Received: from ?192.168.1.100? (dsl-240-11-65.telkomadsl.co.za [41.240.11.65]) by mx.google.com with ESMTPS id f13sm15630215gvd.11.2009.04.14.05.08.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 14 Apr 2009 05:08:16 -0700 (PDT) Message-ID: <49E47CA2.9040604@gmail.com> Date: Tue, 14 Apr 2009 14:08:02 +0200 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: jani.taskinen@iki.fi 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> <49E47A00.4030700@php.net> In-Reply-To: <49E47A00.4030700@php.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6? From: glen.84@gmail.com (Glen) Which horse are you referring to exactly? Jani Taskinen wrote: > 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 >> > >