Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15307 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20545 invoked by uid 1010); 8 Mar 2005 11:37:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20479 invoked from network); 8 Mar 2005 11:37:04 -0000 Received: from unknown (HELO gmail.com) (127.0.0.1) by localhost with SMTP; 8 Mar 2005 11:37:04 -0000 X-Host-Fingerprint: 81.169.182.136 h59705.serverkompetenz.net Linux 2.4/2.6 Received: from ([81.169.182.136:50313] helo=strato.aixcept.de) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 16/F2-53294-F5E8D224 for ; Tue, 08 Mar 2005 06:37:04 -0500 Received: from [192.168.1.3] (dsl-082-083-244-158.arcor-ip.net [82.83.244.158]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 892F635C1D6; Tue, 8 Mar 2005 12:39:56 +0100 (CET) Date: Tue, 8 Mar 2005 12:34:57 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <448040982.20050308123457@marcus-boerger.de> To: Zeev Suraski Cc: internals In-Reply-To: <5.1.0.14.2.20050308082710.0dcb8bf0@localhost> References: <5.1.0.14.2.20050307160739.0aeb3390@localhost> <5.1.0.14.2.20050307160739.0aeb3390@localhost> <5.1.0.14.2.20050308082710.0dcb8bf0@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Problem with fix for bug #31672 From: helly@php.net (Marcus Boerger) Hello Zeev, Tuesday, March 8, 2005, 7:27:31 AM, you wrote: > At 20:38 07/03/2005, Marcus Boerger wrote: >>Hello Zeev, >> >> i do not think this is a good excuse for ignoring xml compliance. > I don't exactly follow what you're saying - can you elaborate? I do not see any reason to make php a proprietary format ignoring xml rules just to allow some stupid simplification which is not needed at all. Every one that uses java script and and some server based scripting language knows that it is impossible to write closing tags completley into echo/print statements. Thus i suggesst we reintroduce the patch and live with the fact that we need to write echo "<"."/script>" instead of echo "". -- Best regards, Marcus mailto:helly@php.net