Re: [PHP] Compiling PHP with XML????

2002-06-27 Thread René Moonen
snip Yes. Since 4.1.x at least. But for XSLT you need to get expat and Sablotron and link them into the compile (with the appropriate ./configure options). /snip Hum, I did spent some time yesterday on exactly that, but with no success (yet). I'm using Linux RedHat 7.1. Expat

Re: [PHP] Compiling PHP with XML????

2002-06-27 Thread Erik Price
On Thursday, June 27, 2002, at 03:14 AM, René Moonen wrote: Compiling and installing Expat and Sablotron works fine (so it seems) but after that I get errors compiling PHP with XSLT options. Compiling without the XSLT options works just fine. These are the PHP options I use:

Re: [PHP] Compiling PHP with XML????

2002-06-27 Thread James Clifford
On Thu, Jun 27, 2002 at 09:14:32AM +0200, René Moonen wrote: snip Yes. Since 4.1.x at least. But for XSLT you need to get expat and Sablotron and link them into the compile (with the appropriate ./configure options). /snip Hum, I did spent some time yesterday on exactly that, but

Re: [PHP] Compiling PHP with XML????

2002-06-27 Thread René Moonen
snip I had the same problem yesterday afternoon, trying to compile PHP with Sablotron 0.95. Last week, I did a compile with Sablotron 0.90 and everything was good, so I downgraded 0.95 to 0.90 and was able to successfully build PHP. /snip That did it for me also... thanks René -- PHP

[PHP] Compiling PHP with XML????

2002-06-26 Thread Scott Fletcher
I looked in the ./configure --help for the xml support. It didn't say but show some options such as disabling xml, using xml with different stuffs. Nothing is being mentioned about enabling xml or something. So, is xml in php supported automatically? Thanks, Scott -- PHP General Mailing

Re: [PHP] Compiling PHP with XML????

2002-06-26 Thread Erik Price
On Wednesday, June 26, 2002, at 11:57 AM, Scott Fletcher wrote: I looked in the ./configure --help for the xml support. It didn't say but show some options such as disabling xml, using xml with different stuffs. Nothing is being mentioned about enabling xml or something. So, is xml

Re: [PHP] Compiling PHP with XML????

2002-06-26 Thread Scott Fletcher
Cool! Just finished compiling PHP before I read your post. :-) I took the risk and include hte --enable-xml option even though it is not included and it compiled successfully. But with a lot of warning though. Thanks! Scott Erik Price [EMAIL PROTECTED] wrote in message [EMAIL