[PHP] Re: compiling with mysql

2002-07-11 Thread terry chay
In <[EMAIL PROTECTED]> Michael Hall wrote: > Another PHP compilation question ... > > I've just compiled PHP 4.2.1 --with-mysql. I added no path to mysql, > --with-mysql=/somewhere/or/other/ > > 1. Is this always the case? I though the documentation stated that all path variable

Re: [PHP] Why is XML parser so slow?

2001-07-31 Thread terry chay
No the XML parser is not slow at all. Especially since the only one available in PHP 3 would have to be expat base. Since expat is an event based parser and a very well coded one, you should be able to extract strings from the XML document very easily. Note that there are some