Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18679 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79472 invoked by uid 1010); 5 Sep 2005 14:42:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79457 invoked from network); 5 Sep 2005 14:42:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2005 14:42:23 -0000 X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:36070] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3B/B2-33268-F495C134 for ; Mon, 05 Sep 2005 10:42:23 -0400 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id j85DWTtI010439; Mon, 5 Sep 2005 09:32:37 -0400 Message-ID: <431C5ABF.9050200@ctindustries.net> Date: Mon, 05 Sep 2005 10:48:31 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Zeev Suraski CC: internals@lists.php.net References: <5.1.0.14.2.20050830050232.05ed1ec0@localhost> In-Reply-To: <5.1.0.14.2.20050830050232.05ed1ec0@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1063/Mon Sep 5 07:16:34 2005 on ctindustries.net X-Virus-Status: Clean Subject: Re: [PHP-DEV] PHP 5.1 From: rrichards@ctindustries.net (Rob Richards) Zeev Suraski wrote: > For those of you who submitted patches to 5.1 since RC1 - do you > believe that we need another RC or can we go ahead and roll 5.1 final > and run a sanity test for 24 hours? I went over the patches, none of > them appears to be too dangerous, but if any of you thinks > differently, let me know. Is it possible to add a small feature to the xml stuff prior to 5.1 release as I assume an RC2 is going to go out. http://www.ctindustries.net/patches/xmldiff.txt (made against HEAD) I know its late in the game, but need to be able to perform some Canonicalization on XML, but until I have time to implement it, it has to be done manually but need to be able to support empty tags serialized to include both the start and end tags. Change also removes some libxml version checks no longer needed and a couple of new flags - 2 for canonicalization and 1 for better memory optimization. Rob