Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36304 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99289 invoked from network); 21 Mar 2008 22:53:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2008 22:53:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.184 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.184 rv-out-0910.google.com Received: from [209.85.198.184] ([209.85.198.184:3425] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/B4-26785-95C34E74 for ; Fri, 21 Mar 2008 17:53:14 -0500 Received: by rv-out-0910.google.com with SMTP id k15so948130rvb.23 for ; Fri, 21 Mar 2008 15:53:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=pGHH6BfmSB+MYmrH8giG8PyDzJy6Pj/79McAALW/vgg=; b=JbJUzeuKZJZb/JLXQikSN2jtRXR36HLBwUc6+VJZyZ8AO8gcsVrnr0ih6MS/zeLlCf1zHOYOrlfuKHH2ar14VY9fPTJF3gIKP+huaLLv/zXea1WJw9wJeCAOpbWsy24SxXpYhn5PPrdewxQVns8klunpuPTK/KfcURTtdgjm+cs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=E45jL5FUdQ9CRCKNb0Jtye2mo0HF9jjkoVQMbL7adJuU2OV0x1uqbmbZ1Y9wJ87ILpC/1/JNmAanMY+CkTSMjgy7hBInPk0OBP5QiAq/pGFWzWGCRd/pGitCFYXVN0pcve+gvh+qbcQkVMiw0Dd96CMCB5FXnaDt2vawragTQI8= Received: by 10.141.51.15 with SMTP id d15mr1637117rvk.106.1206139991449; Fri, 21 Mar 2008 15:53:11 -0700 (PDT) Received: by 10.141.116.12 with HTTP; Fri, 21 Mar 2008 15:53:11 -0700 (PDT) Message-ID: Date: Fri, 21 Mar 2008 23:53:11 +0100 To: "Stanislav Malyshev" Cc: "Hannes Magnusson" , "Marcus Boerger" , "PHP Internals" In-Reply-To: <47E4281C.80706@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47E3F714.60302@zend.com> <883216194.20080321193140@marcus-boerger.de> <47E40848.1060103@zend.com> <7f3ed2c30803211412v299a0c36m86cabb27b26c232@mail.gmail.com> <47E42657.7010408@zend.com> <7f3ed2c30803211420s6cdd06bcy331880346fa68cb@mail.gmail.com> <47E4281C.80706@zend.com> Subject: Re: [PHP-DEV] short_open_tag From: pierre.php@gmail.com ("Pierre Joye") On Fri, Mar 21, 2008 at 10:26 PM, Stanislav Malyshev wrote: > > Yeah, there has been a huge change. A good chunk of that change is XML. > > XML as "parsing XML and working with DOM", not XML as "putting XML > through PHP parser". Please (OH! Please!!!) read our answers, read the specs and understand that many of us (if not the majority) have to work with xhtml or XML. > It is very important to understand that no short > tags would ever cause you any problems with any XML *unless* you put > that XML through PHP parser - which having DOM, SimpleXML, etc. isn't > really that needed. Less then ever, I'd say. Ok, can you at least try what you affirm? Some tips: I often use xmllint or other w3c tools to verify that my xml/xhtml code is valid, before being parsed by php: Take this file: and run it through xmllint. Can we now stop this discussion and revert this patch? Thanks for your understanding, there is no more argument on any side and the decision is obvious (by the voices and by the arguments). Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org