On 9/8/05, Jon Dowland <[EMAIL PROTECTED]> wrote: > On Thu, Sep 08, 2005 at 01:16:05AM -0500, David Berg wrote: > > I'm running PHP5 from http://people.debian.org/~dexter on sarge with > > apache 2. Running a script which calls xml_parser_create() produces: > > > > Fatal error: Call to undefined function xml_parser_create() in > > /var/www/po/photo.add.2.php on line 711 > > > > Am I missing a library or is the one that is installed the wrong > > version? libxml2-dev and libxml (2.6.16-7) are installed and apache > > has been restarted since they were.
I removed the php5 packages and installed php5.0 and everything seems to be working fine. Thanks, Dave