Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36266 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33557 invoked from network); 21 Mar 2008 19:47:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2008 19:47:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.179 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.179 mho-02-bos.mailhop.org Received: from [63.208.196.179] ([63.208.196.179:54879] helo=mho-02-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/56-26785-1D014E74 for ; Fri, 21 Mar 2008 14:47:30 -0500 Received: from dsl-vsabrasgw1-fe05dc00-25.dhcp.inet.fi ([80.220.5.25] helo=[127.0.0.1]) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JcnCv-0000TP-MN; Fri, 21 Mar 2008 19:47:18 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 80.220.5.25 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18jd7S7X9vg8tj7DQJKljzSQktjHX/RyB0= Message-ID: <47E410C6.80605@sci.fi> Date: Fri, 21 Mar 2008 21:47:18 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Stanislav Malyshev CC: jani.taskinen@iki.fi, Marcus Boerger , 'PHP Internals' References: <47E3F714.60302@zend.com> <883216194.20080321193140@marcus-boerger.de> <47E40848.1060103@zend.com> <47E40C3F.8040601@sci.fi> <47E40E6E.5030103@zend.com> In-Reply-To: <47E40E6E.5030103@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] short_open_tag From: jani.taskinen@sci.fi (Jani Taskinen) Stanislav Malyshev kirjoitti: >> I'd rather see > all. > > Does least. Unless we put but might be a trouble for others. I wouldn't mind. Nor would couple of thousand other people. :) >> I'd even use it myself. But I will not EVER enable the damn short tags >> again. And won't allow anyone else doing it either. And speaking of > > What's wrong with short tags, can anybody explain me? [see below where you ask about the archive search..] >> hostile code: ALL code is hostile unless you wrote it yourself. Have you > > Not true. You probably use a ton of libraries, never veerifying they > don['t screw up your include path, memory limits, etc.? Why short tags > are so different? Nobody can set memory_limit in a script during runtime. AFAICT. Short tags are language SYNTAX issue. That's why it's different. You don't get any plain error if they're "on" and something doesn't work. It just doesn't work or misbehaves. >> And as you yourself instructed to check for "short_open_tag" in the >> archive search: Count how many hits it gives which talk about >> _problems_ with it. > > Can you show which exactly search query you used, so we'd be sure we are > talking about the same thing. Just plain "short_open_tag" (without the quotes of course :). Here's the longish url: http://www.mail-archive.com/find.php?domains=www.mail-archive.com&q=short_open_tag&sa=Search+mailing+lists&sitesearch=www.mail-archive.com&client=pub-7266757337600734&forid=1&channel=2703820358&ie=ISO-8859-1&oe=ISO-8859-1&cof=GALT%3A%23C8C8C8%3BGL%3A1%3BDIV%3A%23CD9685%3BVLC%3A000000%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AFFFFFF%3BALC%3A006792%3BLC%3A006792%3BT%3A000000%3BGFNT%3A006792%3BGIMP%3A006792%3BFORID%3A11&hl=en The first hits explain quite well why short_open_tag is bad, mmkay. --Jani