The XML parser on my PHP-server won't start. When I run:

$parser = xml_parser_create();

I get:

Fatal error: Call to undefined function: xml_parser_create() in
/home/Andreas/public_html/xmltest.php on line 7

Why?

I am running on a computer with Slackware 8.1 installed. I have the PHP
that comes bundled (I hope this is the right word) with Slackware 8.1. PHP
v. 4.0.5.

The configuration options I got with phpinfo() that I think are important
is this:

'--with-xml=shared'

What do I do about this problem?

//Andreas

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to