On 16 September 2011 23:18, Matthew Pounsett <matt@xxxxxxxxxxxxx> wrote: > > On 2011/09/16, at 10:27, Richard Quadling wrote: > >> On 15 September 2011 21:20, Matthew Pounsett <matt@xxxxxxxxxxxxx> wrote: >>> Anyone have any thoughts on what to look at? >> >> php -m >> php --rf xml_parser_create > > Thanks. This seems to reinforce that there's something wrong, but I don't feel like I know any more about what's broken. :) > >> php -m > [PHP Modules] > Core > date > ereg > libxml > mysqlnd > pcre > Reflection > SPL > standard > > [Zend Modules] > >> php --rf xml_parser_create > Exception: Function xml_parser_create() does not exist > > The xml_parser_create() function is in the XML extension, not in the libxml extension. php --re libxml vs php -d extension=php_xml.dll --re xml Assuming php_xml.dll is available (may need to be .so rather than .dll for non windows). -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php