Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12639 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25775 invoked by uid 1010); 7 Sep 2004 23:23:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25691 invoked from network); 7 Sep 2004 23:23:02 -0000 Received: from unknown (HELO ctindustries.net) (216.117.147.250) by pb1.pair.com with SMTP; 7 Sep 2004 23:23:02 -0000 Received: from ctdprimary (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id i87ML3bx012805; Tue, 7 Sep 2004 18:21:05 -0400 Message-ID: <065201c49532$140c2460$f7dea8c0@cyberware.local> To: , "Greg Beaver" References: <20040907172816.52604.qmail@pb1.pair.com> Date: Tue, 7 Sep 2004 19:26:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: [PHP-DEV] simplexml and dom From: rrichards@ctindustries.net ("Rob Richards") The goal is to be able to use it simultaneously. Can you file a bug report and include code that produces the crash? Rob ----- Original Message ----- From: Greg Beaver > I've been experimenting with using both simplexml and dom on the same > document at the same time, and have run into a number of unexplainable > PHP crashes unless I clone the domdocument object before using > simplexml_import_dom() > > Is it a design goal of simplexml to be able to use it simultaneously > with dom, or is it important to use either a simplexmlelement or a > domdocument for the same structure but not both? If so, I will add a > note to the manual, but I wanted to check with the creators first.