What Is Needed For SimpleXML Support in PHP?

2009-03-15 Thread Drew Tomlinson
I have php5-5.2.9 installed on my FBSD 6.3 system. I am attempting to use a php script that fails with: Call to undefined function simplexml_load_string() Googling suggests that this function is part of the PHP software and is installed by default unless built with the --disable-simplexml

Re: What Is Needed For SimpleXML Support in PHP?

2009-03-15 Thread Bill Moran
Drew Tomlinson d...@mykitchentable.net wrote: I have php5-5.2.9 installed on my FBSD 6.3 system. I am attempting to use a php script that fails with: Call to undefined function simplexml_load_string() Googling suggests that this function is part of the PHP software and is installed by

Re: What Is Needed For SimpleXML Support in PHP?

2009-03-15 Thread Michael Powell
Bill Moran wrote: Drew Tomlinson d...@mykitchentable.net wrote: I have php5-5.2.9 installed on my FBSD 6.3 system. I am attempting to use a php script that fails with: Call to undefined function simplexml_load_string() Googling suggests that this function is part of the PHP software

Re: What Is Needed For SimpleXML Support in PHP?

2009-03-15 Thread Drew Tomlinson
Michael Powell wrote: Bill Moran wrote: Drew Tomlinson d...@mykitchentable.net wrote: I have php5-5.2.9 installed on my FBSD 6.3 system. I am attempting to use a php script that fails with: Call to undefined function simplexml_load_string() Googling suggests that this function