Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28805 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43332 invoked by uid 1010); 13 Apr 2007 21:54:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43317 invoked from network); 13 Apr 2007 21:54:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2007 21:54:17 -0000 Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.245 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.245 an-out-0708.google.com Received: from [209.85.132.245] ([209.85.132.245:40645] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/56-15016-80CFF164 for ; Fri, 13 Apr 2007 17:54:17 -0400 Received: by an-out-0708.google.com with SMTP id c28so1223326ana for ; Fri, 13 Apr 2007 14:54:13 -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=jniC68fMrjyrQq8DunO2CeRvP4yVvtbZm5Ey93eV9xDgtXuM+u9s7epYx9ocGJJX78iS8CUXB+wtES7t6ot6atGEStbBag5rdsBV4ppu5iL1KVyBabSLiEQ9RfCrJ2pgdjAptiPI8xGgWEGTYBdSP8KumkLIVNij9MM9HM1p1po= 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=uQRayXQD5yLvlDq/yd9QpKEU5GOmwmXEqmlHjnkgHNMbgWAnAwmW4HFS9Qt76QOLEv6tiCnLw7ZN67aXzSErQEP9GECPktaHlGd4RhQRaI34+1FD0AmIMB8zWnOAdSbZmGQ9gL4hZLh0ePjwD8Oj2myyG1J8zlUi9XPCag0C5AM= Received: by 10.100.143.1 with SMTP id q1mr2833374and.1176501253593; Fri, 13 Apr 2007 14:54:13 -0700 (PDT) Received: by 10.100.91.8 with HTTP; Fri, 13 Apr 2007 14:54:13 -0700 (PDT) Message-ID: Date: Fri, 13 Apr 2007 22:54:13 +0100 To: ceo@l-i-e.com Cc: "Chad Daelhousen" , "Ron Korving" , internals@lists.php.net In-Reply-To: <37936.216.230.84.67.1176500697.squirrel@www.l-i-e.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> <461E9008.6070701@gmail.com> <461E929A.3060601@zend.com> <4858f9d90704130048n67dd6b17s2e19a433873fc272@mail.gmail.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> Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: tijnema@gmail.com ("Tijnema !") 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 >