Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28776 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76218 invoked by uid 1010); 13 Apr 2007 07:48:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76202 invoked from network); 13 Apr 2007 07:48:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2007 07:48:07 -0000 Authentication-Results: pb1.pair.com header.from=stefan.walk@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=stefan.walk@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: stefan.walk@gmail.com X-Host-Fingerprint: 64.233.162.225 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.225] ([64.233.162.225:43960] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/88-47553-4B53F164 for ; Fri, 13 Apr 2007 03:48:05 -0400 Received: by nz-out-0506.google.com with SMTP id k1so681036nzf for ; Fri, 13 Apr 2007 00:48:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=GsqN0TmQ9FhCQfibCqLPzMbpzLDIqrb5zvlKniNCFtVJMDgl8B0wjv+pkGCGS0JF9edazQujLx3hLFFolddW8ElFCzTMHHCL3Y40jRdDa4shbr7YiTOlpvJGlx4lNRbWplBI2Eg0CIXNMv+xI8sXDs1e9ITp89YQ4mZtPne1REU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=NtAPCghreI12+02WoQz+1N8c1drrXrKSiBO+tof/rWyWjpRzNrZpd698Bnt1N9xiCqzBVBA52gWhRP0MO6UWe3wGWeP3v/iYwVIVWMcsWS6qfFiNoMpw/e+KWbeB+Jim8phmGIo2F/7xpYH2Sa7PyZ3IxcyBTLqmPcnb+N7V7dI= Received: by 10.114.185.8 with SMTP id i8mr917978waf.1176450482103; Fri, 13 Apr 2007 00:48:02 -0700 (PDT) Received: by 10.114.136.3 with HTTP; Fri, 13 Apr 2007 00:48:01 -0700 (PDT) Message-ID: <4858f9d90704130048n67dd6b17s2e19a433873fc272@mail.gmail.com> Date: Fri, 13 Apr 2007 09:48:01 +0200 Sender: stefan.walk@gmail.com To: "Antony Dovgal" Cc: Stut , "Edin Kadribasic" , "PHP Internals List" In-Reply-To: <461E929A.3060601@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <461E894C.104@zend.com> <461E8AE8.8090208@krug.dk> <461E8E91.9000501@zend.com> <461E9008.6070701@gmail.com> <461E929A.3060601@zend.com> X-Google-Sender-Auth: cdb21271d1bb22c0 Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: et@php.net ("Stefan Walk") On 12/04/07, Antony Dovgal wrote: > 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. Regards, Stefan