Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28844 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32021 invoked by uid 1010); 15 Apr 2007 09:01:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32005 invoked from network); 15 Apr 2007 09:01:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2007 09:01:05 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 85.214.94.56 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Received: from [85.214.94.56] ([85.214.94.56:39268] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/C1-05491-EC9E1264 for ; Sun, 15 Apr 2007 05:01:04 -0400 Received: from baumbart.mbo (dslb-084-063-019-198.pools.arcor-ip.net [84.63.19.198]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 5011E1B3606; Sun, 15 Apr 2007 11:01:00 +0200 (CEST) Date: Sun, 15 Apr 2007 11:01:32 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <504376016.20070415110132@marcus-boerger.de> To: David Lindstrom CC: internals@lists.php.net In-Reply-To: <1E.A9.14447.E72C1264@pb1.pair.com> References: <461E894C.104@zend.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> <46209A3F.8040701@mediawave.nl> <1E.A9.14447.E72C1264@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: helly@php.net (Marcus Boerger) Hello David, we're not going to add ini settings just to support worse code. best regards marcus Sunday, April 15, 2007, 8:14:12 AM, you wrote: > I suggest adding a new php.ini option: ignore_xml_tags, default to on, which > would cause the parser to just ignore tags. > -- > // DvDmanDT > mail: dvdmandt¤telia.com > msn: dvdmandt¤hotmail.com > "Bart de Boer" skrev i meddelandet > news:46209A3F.8040701@mediawave.nl... >> >> 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!... >> >> >> >> >> 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. Best regards, Marcus