Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28809 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26778 invoked by uid 1010); 14 Apr 2007 09:13:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26761 invoked from network); 14 Apr 2007 09:13:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2007 09:13:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.244 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tijnema@gmail.com X-Host-Fingerprint: 209.85.132.244 an-out-0708.google.com Received: from [209.85.132.244] ([209.85.132.244:10507] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/38-36094-03B90264 for ; Sat, 14 Apr 2007 05:13:20 -0400 Received: by an-out-0708.google.com with SMTP id c28so1328397ana for ; Sat, 14 Apr 2007 02:13:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sn46H7yGRbxVELAIvOevcFOb9iJpVNTqQA6+kUVqD2yHfxLYRrHGiaoS1zAsV1i4ENB657aeplexfiXaK/fAMd1QDNOu2LjRR/qGj4KTjr1DIN40ye7mX48jBd0r2RwsmBN4f1o2Q0oOx7jFPMvEGmGC6yGfdVumre+B1wH1w8U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D5XiUF+ceqOFdc8bTJL1BP/8jDziBobMW4BeBIgCPwVH8bzRWx0rt4vCy5hk6BMZusV+/EWlBPWTDmgo8gl0LXqFDUacWe+5V7wifdj+7uYZPIIhsduAOPYQ6gjlqQSmtB7pDZ59b/y51WGCRKvj3ILqiUngLCS1i36yW9DCL3Y= Received: by 10.100.143.1 with SMTP id q1mr3107462and.1176541997819; Sat, 14 Apr 2007 02:13:17 -0700 (PDT) Received: by 10.100.91.8 with HTTP; Sat, 14 Apr 2007 02:13:17 -0700 (PDT) Message-ID: Date: Sat, 14 Apr 2007 11:13:17 +0200 To: "Bart de Boer" Cc: "Guilherme Blanco" , ceo@l-i-e.com, "Chad Daelhousen" , "Ron Korving" , internals@lists.php.net In-Reply-To: <46209A3F.8040701@mediawave.nl> 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> <39254.195.22.180.233.1176451275.squirrel@avilys.eik.lt> <4858f9d90704130213h4b440ac4w7518943b10627439@mail.gmail.com> <93.FC.47553.9EB4F164@pb1.pair.com> <461F7449.7060003@herballure.com> <37936.216.230.84.67.1176500697.squirrel@www.l-i-e.com> <46209A3F.8040701@mediawave.nl> Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: tijnema@gmail.com ("Tijnema !") On 4/14/07, Bart de Boer wrote: > > I think ASP tags should go too... Simply because it's not standards > compliant and I think it's good if people are forced to make nice > standards compliant documents... I'd even go so far as to favor dropping > short tags too... > > \n"; ?> > > What a mess!... What about the even shorter version: \n"; ?> That's real ugly code... Tijnema > > > Guilherme Blanco wrote: > > I really can't see a reason to mantain ASP tags. > > > > Ok, short tags is good because of , but it doesn't > > behavior well with XML documents. So, if your intention is to change > > short tags to ASP tag in a near future, ok. ASP tags does not mix XML > > documents. > > Otherwise, ASP tags is the most useless thing I've ever heard in PHP > > sphere. I really don't know why wasn't it dropped in PHP5. > > > > That's what I think... IMHO. > > > > > > []s, > > > > On 4/13/07, Tijnema ! wrote: > >> On 4/13/07, Richard Lynch wrote: > >> > On Fri, April 13, 2007 9:16 am, Tijnema ! wrote: > >> > > I don't see why you are all against dropping the ASP tags. I see > >> > > people using ASP & PHP in one script, what would that do? If ASP runs > >> > > first then there isn't a problem, but if PHP runs first, it would > >> > > execute the ASP code. > >> > > >> > There are actually people running both PHP and ASP in series to > >> > generate HTML? > >> > > >> > If they are, they can turn ASP tags *OFF* in php.ini > >> > > >> > And they certainly aren't going to be distributing that setup outside > >> > their own little world... > >> > >> I've seen such code on the net some time ago... > >> > >> But should you distribute PHP code with ASP tags? That's not good > >> either i think. So there's no use of the ASP tags, and they can only > >> interfere with ASP. > >> > >> Tijnema > >> > >> > > >> > >> -- > >> PHP Internals - PHP Runtime Development Mailing List > >> To unsubscribe, visit: http://www.php.net/unsub.php > >> > >> > > > > > >