I'm trying to use PHP (PHP 4.0.4 under Apache 1.3.14 on Solaris 2.5.1) to transform XML documents, using a simple script based on the mapping example given in the PHP manual. All goes well - the XML parser seems to be created successfully - until I call the 'xml_parse' function, at which point the Apache child process exits with a segmentation fault. It doesn't seem to dump core anywhere, it just dies.
PHP was built with '--with-xml' (with no arguments, so that it would use Apache's 'expat' library).
Any suggestions that could help me track down, work around, or resolve this problem?
Thanks
Angus