Aditya Dhekney wrote:

> >The latter two *could* be the result of php4 being compiled with the 
> >bundled expat. Does PHPinfo show anything about it?
> 
> hmm...there is absolutely nothing with even the word expat in phpinfo.

Is there something like 'XML support active'?

> OH CRAP!!  I think i have to reinstall php4.0.6.  Phpinfo
> gives the configure command used...here it is:
> './configure' '--with-mysql=/apps/mysql' '--with-apxs=/usr/sbin/apxs'
> '--with-regex=system' '--with-config-file-path=/etc/'

With PHP4.0.4 (which is what you're using, right?), if you don't use
--disable-xml _or_ use --with-xml=/path/to/expat, you get the bundled
expat, which is known to cause issues with Midgard (who uses the
external expat).

> I really don't want to do this, but if i have to....then....well...i'll have
> to...so can you please verify this?

I can't give you an ironclad guarantee. All I know is that using
bundled versions of libs together with external versions is known to
give unpredictable crashes. That's not specific to PHP, BTW.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to