Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28779 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13521 invoked by uid 1010); 13 Apr 2007 09:08:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13506 invoked from network); 13 Apr 2007 09:08:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2007 09:08:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; 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:43803] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/CB-47553-A784F164 for ; Fri, 13 Apr 2007 05:08:12 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 8E16B1F5147; Fri, 13 Apr 2007 12:07:15 +0300 (EEST) Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 770931F5145; Fri, 13 Apr 2007 12:07: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 12:07:15 +0300 (EEST) Message-ID: <35204.195.22.180.233.1176455235.squirrel@avilys.eik.lt> Date: Fri, 13 Apr 2007 12:07:15 +0300 (EEST) To: "Matt Wilmas" Cc: 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 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> <39254.195.22.180.233.1176451275.squirrel@avilys.eik.lt> <010401c77da6$e522ba50$0201a8c0@pc1> In-Reply-To: <010401c77da6$e522ba50$0201a8c0@pc1> X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: tokul@users.sourceforge.net ("Tomas Kuliavas") > Hi Tomas, > > ----- Original Message ----- > From: "Tomas Kuliavas" > Sent: Friday, April 13, 2007 > >> ASP tags do collide with some html markup. >> >> Boom. > > That's not a problem. :-) If you're in PHP, that would be a string; if in > HTML, %> isn't an opening tag: > > php -d asp_tags=On -r "echo ''%>, " > > Result: , > I do remember that it broke things in some php version. Reported about SquirrelMail issues on asp_tags=on setup in 2001. Maybe it was in php 4.1.2. Can't reproduce it right now. -- Tomas