Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38956 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20905 invoked from network); 15 Jul 2008 12:17:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2008 12:17:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=rrichards@ctindustries.net; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=rrichards@ctindustries.net; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain ctindustries.net does not designate 207.58.142.213 as permitted sender) X-PHP-List-Original-Sender: rrichards@ctindustries.net X-Host-Fingerprint: 207.58.142.213 smtp2go.com Linux 2.6 Received: from [207.58.142.213] ([207.58.142.213:56651] helo=smtp2go.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/A1-11609-9459C784 for ; Tue, 15 Jul 2008 08:17:16 -0400 Received: from [67.158.171.203] (helo=rrichardsmbp.local) by smtp2go.com with esmtp (Exim 4.63) (envelope-from ) id 1KIjSl-0002DG-4h; Tue, 15 Jul 2008 12:16:59 +0000 Message-ID: <487C9513.8010501@ctindustries.net> Date: Tue, 15 Jul 2008 08:16:19 -0400 User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: PHP Developers Mailing List , =?ISO-8859-1?Q?Johannes_Schl=FCter?= References: <28FB9CCD-E8F0-4BFB-A344-B14E3ECFB495@pooteeweet.org> In-Reply-To: <28FB9CCD-E8F0-4BFB-A344-B14E3ECFB495@pooteeweet.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SMTP2Go-MailScanner-Information: Please contact support@smtp2go.com for more information X-SMTP2Go-MailScanner: Found to be clean X-SMTP2Go-MailScanner-From: rrichards@ctindustries.net Subject: Re: to be discussed items From: rrichards@ctindustries.net (Rob Richards) Hi Lukas, Lukas Kahwe Smith wrote: > Hi, > > I am about to move all "to be discussed items" [1] to the future PHP > release section (so after 5.3): > 2) XMLWriter: Add writeNode([xmlreader obj]), allow to create a > push/pull parser I also don't think I would be able to find the time to get this done in the next week. Probably a 5.3.x feature. > 4) DOM recover error reporting mode I don't agree with this one at all. The libxml_use_internal_errors function can be used to suppress errors. I'd prefer to drop this one completely. Rob