Re: [PHP-DEV] xml and libxml versions

2003-06-26 Thread Adam Dickmeiss
On Thu, Jun 26, 2003 at 04:33:46PM +0200, Andi Gutmans wrote: > I think it's customary today to have the XML technologies as an integral > part of the core development platform. Which is why virtually all Unixes have it installed by default. > IMO it's important enough for us to bundle. As Zeev m

Re: [PHP-DEV] xml and libxml versions

2003-06-26 Thread Rob Richards
From: Adam Dickmeiss > Bundling gives many problems. So if a Unix machine has libxml/libxslt > installed (most do) and if that version is supported by PHP the configure > should use that (and not a bundled version). If the PHP people > only allows a very strict set of libxml versions that's a sign

Re: [PHP-DEV] xml and libxml versions

2003-06-26 Thread Andi Gutmans
I think it's customary today to have the XML technologies as an integral part of the core development platform. IMO it's important enough for us to bundle. As Zeev mentioned, if this ends up being a problem, we can always unbundle. Andi At 04:22 PM 26/6/2003 +0300, Zeev Suraski wrote: At 16:09

Re: [PHP-DEV] xml and libxml versions

2003-06-26 Thread Zeev Suraski
At 16:09 26/06/2003, Adam Dickmeiss wrote: On Thu, Jun 26, 2003 at 03:53:09PM +0300, Zeev Suraski wrote: > FWIW, that's one of the key reasons I think we should default to use the > bundled libxml, and only use the system library if the user explicitly > requested that. I think we're going to bund

Re: [PHP-DEV] xml and libxml versions

2003-06-26 Thread Adam Dickmeiss
On Thu, Jun 26, 2003 at 03:53:09PM +0300, Zeev Suraski wrote: > FWIW, that's one of the key reasons I think we should default to use the > bundled libxml, and only use the system library if the user explicitly > requested that. I think we're going to bundle libxml in beta1 to see how > well thi

Re: [PHP-DEV] xml and libxml versions

2003-06-26 Thread Zeev Suraski
FWIW, that's one of the key reasons I think we should default to use the bundled libxml, and only use the system library if the user explicitly requested that. I think we're going to bundle libxml in beta1 to see how well this concept works. Zeev At 15:25 26/06/2003, Rob Richards wrote: Will

[PHP-DEV] xml and libxml versions

2003-06-26 Thread Rob Richards
Will there be an "official" supported version of libxml now that there are many xml extensions using it? One issue that came up with the old domxml extension was that occasionally new versions of libxml would "fix" things which ended up changing behavior of the extension. With more extensions it c