Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28778 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99456 invoked by uid 1010); 13 Apr 2007 08:37:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99441 invoked from network); 13 Apr 2007 08:37:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2007 08:37:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 69.179.208.43 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 69.179.208.43 msa3-mx.centurytel.net Linux 2.4/2.6 Received: from [69.179.208.43] ([69.179.208.43:35141] helo=msa3-mx.centurytel.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/9A-47553-A214F164 for ; Fri, 13 Apr 2007 04:37:00 -0400 Received: from pc1 (72-161-145-45.dyn.centurytel.net [72.161.145.45]) by msa3-mx.centurytel.net (8.13.6/8.13.6) with SMTP id l3D8at3Q006553; Fri, 13 Apr 2007 03:36:55 -0500 Message-ID: <010401c77da6$e522ba50$0201a8c0@pc1> To: , "Tomas Kuliavas" 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> Date: Fri, 13 Apr 2007 03:36:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: php_lists@realplain.com ("Matt Wilmas") 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 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 Matt