Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38954 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6784 invoked from network); 15 Jul 2008 11:28:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2008 11:28:44 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:45764] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/9B-48479-9E98C784 for ; Tue, 15 Jul 2008 07:28:43 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 4AA031EBC015; Tue, 15 Jul 2008 11:29:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W1EIVRXUS+0s; Tue, 15 Jul 2008 13:29:00 +0200 (CEST) Received: from [192.168.80.139] (unknown [195.226.16.50]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id DFE511EBC014; Tue, 15 Jul 2008 13:28:59 +0200 (CEST) Cc: "Marcus Boerger" , "PHP Developers Mailing List" , =?ISO-8859-1?Q?=22Johannes_Schl=FCter=22?= Message-ID: <3ED635EC-F9A7-46C9-B03A-60F7ACCB74CF@pooteeweet.org> To: "Pierre Joye" In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Date: Tue, 15 Jul 2008 13:26:59 +0200 References: <28FB9CCD-E8F0-4BFB-A344-B14E3ECFB495@pooteeweet.org> <1803006448.20080714231548@marcus-boerger.de> X-Mailer: Apple Mail (2.928.1) Subject: Re: [PHP-DEV] to be discussed items From: mls@pooteeweet.org (Lukas Kahwe Smith) On 15.07.2008, at 13:25, Pierre Joye wrote: > hi Marcus, > > On Mon, Jul 14, 2008 at 11:15 PM, Marcus Boerger > wrote: > >>> 2) XMLWriter: Add writeNode([xmlreader obj]), allow to create a >>> push/ >>> pull parser >> >> should be easy enough and is simply a new function in an ext, can't >> just >> somebody do it? > > It is not hard but not a small thing either (nested elements, > attributes, etc.). It could accept a DOM node as well. > > However I will not have the time to do it before the 24th so if anyone > is interested, please raise the hand :) traditionally we have also added new non BC breaking features in the first couple patch releases. So stuff like this could also just wait for 5.3.x (where 0 < x < 5). so in this context "future php releases" means any php release after 5.3.0 regards, Lukas Kahwe Smith mls@pooteeweet.org