[PHP] PHP 5.0.5 and PHP-XML problem

2006-11-10 Thread Edd Dawson
Hi I have a problem getting PHP-XML working with PHP 5.0.5 I am trying to create an DOMDocument object with the following: $doc = new DOMDocument(); when run i get the error: *Fatal error*: Class 'DOMDocument' not found in * /var/www/cinematimes.mobi/feed.php* on line *5 *I looked up

Re: [PHP] PHP 5.0.5 and PHP-XML problem

2006-11-10 Thread Jochem Maas
Edd Dawson wrote: Hi I have a problem getting PHP-XML working with PHP 5.0.5 I had trouble getting anything to work with that version ;-) I suggest trying the version before or after it - seriously 5.0.5 has some issues (although whether your problem is anything to do with them is not known