Re: [PHP-DEV] simplexml and dom

2004-09-07 Thread Greg Beaver
Rob Richards wrote: The goal is to be able to use it simultaneously. Can you file a bug report and include code that produces the crash? Rob Sure, it's complicated code, so I'll try to get it all into 1 file and under 20 lines. Greg -- PHP Internals - PHP Runtime Development Mailing List To unsub

Re: [PHP-DEV] simplexml and dom

2004-09-07 Thread 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 numbe

[PHP-DEV] simplexml and dom

2004-09-07 Thread Greg Beaver
Hi, 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 simultaneo

Re: [PHP-DEV] simplexml and dom interop

2003-10-27 Thread Christian Stocker
On 10/27/03 10:07 AM, Derick Rethans wrote: On Sat, 25 Oct 2003, Marcus Börger wrote: Hello Robert, Cool stuff which i'd like to have in b2 :-) yes, me too. was committed yesterday ;) chregu Derick -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 5

Re: [PHP-DEV] simplexml and dom interop

2003-10-27 Thread Derick Rethans
On Sat, 25 Oct 2003, Marcus Börger wrote: > Hello Robert, > > Cool stuff which i'd like to have in b2 :-) yes, me too. Derick -- "Interpreting what the GPL actually means is a job best left to those that read the future by examining animal entrails." --

Re: [PHP-DEV] simplexml and dom interop

2003-10-25 Thread Shane Caraveo
So my only comment on this is that the import functions should do some kind of error (domexception, or a php error) if the support for the other is not compiled in. This would just be freindlier to the developer to know why the call is failing (rather than just getting function not defined).

Re: [PHP-DEV] simplexml and dom interop

2003-10-25 Thread Shane Caraveo
hmm...not that Rob needs a thumbs up from me, I'm just another pair of eyes a little familier with it. Shane Shane Caraveo wrote: I'll be able to do a quick review of it while I'm sitting in the airport in Seattle tonight. Shane Andi Gutmans wrote: I have no problem with you committing this.

Re: [PHP-DEV] simplexml and dom interop

2003-10-25 Thread Shane Caraveo
I'll be able to do a quick review of it while I'm sitting in the airport in Seattle tonight. Shane Andi Gutmans wrote: I have no problem with you committing this. It'd be good if at least another guy who has been working on the new XML extensions gives you thumbs up. Andi At 02:36 PM 10/25/2

Re: [PHP-DEV] simplexml and dom interop

2003-10-25 Thread Andi Gutmans
I have no problem with you committing this. It'd be good if at least another guy who has been working on the new XML extensions gives you thumbs up. Andi At 02:36 PM 10/25/2003 -0400, Robert Richards wrote: If anyone is playing around with simplexml, dom and/or xsl, I have a patch for the inter

Re: [PHP-DEV] simplexml and dom interop

2003-10-25 Thread Marcus Börger
Hello Robert, Cool stuff which i'd like to have in b2 :-) Saturday, October 25, 2003, 8:36:02 PM, you wrote: > If anyone is playing around with simplexml, dom and/or xsl, I have a > patch for the interoperability between simplexml and dom. I am leary about > committing it right now as it has lim

[PHP-DEV] simplexml and dom interop

2003-10-25 Thread Robert Richards
If anyone is playing around with simplexml, dom and/or xsl, I have a patch for the interoperability between simplexml and dom. I am leary about committing it right now as it has limited testing, beta 2 is being released next week and I am leaving on tuesday for a week or two, so wont be able to