Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52458 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28399 invoked from network); 19 May 2011 07:37:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 May 2011 07:37:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:54116] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/70-25339-6D8C4DD4 for ; Thu, 19 May 2011 03:37:59 -0400 Received: by vxb40 with SMTP id 40so1927890vxb.29 for ; Thu, 19 May 2011 00:37:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=8/FW35d7Kt/9UYSWjr2i9gqilvY40QpgF146Qh/rv5w=; b=aT3RYPlSg9hm+O+ObERBmkFc+IHj0YNBekUpiQ8mdKH9/Sbae4CeRba/e0iQfidv2K yOTh7ye71LfIC/NLemwh4+9liGzRDLRdD0Afel402XzjqyENO78niBg69+0Aa8pqX+ZK gIX7AVpG26WYf+gtJYPhTevRXeuOwBYst/n/s= 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; b=Z40UNzJCXr/lDtPOIx5JzlQCfGq4otNeU8AA9zz0tz6jysi/1nfeBI+yI+xI9AHRvl hVR2dABQJcXPi64grBQYFI4l/KAoSLyLeE/9FP6Rk00cJzC/utHm8pXoQhCdUVfaac2z zOClG7QqTc83ANhe502zP2xT1mYPjtL7RTFD0= MIME-Version: 1.0 Received: by 10.52.68.147 with SMTP id w19mr990193vdt.152.1305789781731; Thu, 19 May 2011 00:23:01 -0700 (PDT) Received: by 10.52.168.65 with HTTP; Thu, 19 May 2011 00:23:00 -0700 (PDT) In-Reply-To: References: <49E352FD.6070008@gmail.com> <2dedb8a0904131124u57f2f32ei27083a289f7f18a4@mail.gmail.com> <49E39B3C.2020401@zend.com> <49E47BF2.3090807@gmail.com> <9b3df6a50904140811o6d57a426gd320a822271e19f3@mail.gmail.com> <49E4CE2D.7010402@zend.com> <3B1B513E-2712-40C4-AC20-4A21EB039629@roshambo.org> <0D1369A8-0154-4E34-9069-27AB267AE06F@roshambo.org> <4DD464C2.4060407@lerdorf.com> <4DD47AEA.1080306@sugarcrm.com> Date: Thu, 19 May 2011 10:23:00 +0300 Message-ID: To: Ferenc Kovacs Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6? From: arvids.godjuks@gmail.com (Arvids Godjuks) It's essentially the same what I said - move it out of stort_tags and make it "On" permanently. As I remember the decision to remove short_tags was made together with register_globals, magic_quotes and other legacy stuff. I can be that I remember wrongly, but really do people really use <% ? 2011/5/19 Ferenc Kovacs : > > > On Thu, May 19, 2011 at 8:53 AM, Arvids Godjuks > wrote: >> >> Hello. >> >> As a userland developer i'm all for it. Remove short_tags and decouple >> > > > I think that it's a little bit hasty. > I would propose that the short open echo should be always enabled > independently from the short_open_tag, and this should be documented and > done with it. > Tyrael