Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28777 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80850 invoked by uid 1010); 13 Apr 2007 08:02:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80834 invoked from network); 13 Apr 2007 08:02:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2007 08:02:13 -0000 Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 213.197.162.99 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 213.197.162.99 avilys.eik.lt Linux 2.6 Received: from [213.197.162.99] ([213.197.162.99:39409] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/09-47553-4093F164 for ; Fri, 13 Apr 2007 04:02:12 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 70C3B1F514B for ; Fri, 13 Apr 2007 11:01:15 +0300 (EEST) Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 50F3F1F5149 for ; Fri, 13 Apr 2007 11:01:15 +0300 (EEST) Received: from 195.22.180.233 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Fri, 13 Apr 2007 11:01:15 +0300 (EEST) Message-ID: <39254.195.22.180.233.1176451275.squirrel@avilys.eik.lt> In-Reply-To: <4858f9d90704130048n67dd6b17s2e19a433873fc272@mail.gmail.com> References: <461E894C.104@zend.com> <461E8AE8.8090208@krug.dk> <461E8E91.9000501@zend.com> <461E9008.6070701@gmail.com> <461E929A.3060601@zend.com> <4858f9d90704130048n67dd6b17s2e19a433873fc272@mail.gmail.com> Date: Fri, 13 Apr 2007 11:01:15 +0300 (EEST) To: internals@lists.php.net User-Agent: NaSMail/1.0 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: tokul@users.sourceforge.net ("Tomas Kuliavas") >> Surely we must to keep a setting just because two people in the world >> use it. >> I'm afraid their apps won't run on PHP6 anyway because of numerous major >> changes >> (already done and still planned), so one more cleanup won't hurt anyone. > > This isn't cleanup. This is dropping a feature without a similar > alternative. Short tags are problematic because of xhtml templates. > ASP tags collide with no (x)html markup, and they are short and easy > to type/read in templates. ASP tags do collide with some html markup. Boom. I know. Value should be quoted. 'asp_tags = on' is yet another way to break php scripts. Some developers don't expect it and make typos in html attributes. -- Tomas