ok that error problem fixed
adding line in php will change the setting from 1 to 2039 to show all errors:
ini_set('error_reporting', "2039");
Now the PEAR problem
at the moment the moment the include path to pear is appears to be incorrect. At the moment it says .;c:\php4\pear when I guess it should say d:\php4\pear or something.
The error I get at the moment is:
Fatal error: main(): Failed opening required 'DB.php' (include_path='.;c:\php4\pear') in d:\domains\macrodemon.com\wwwroot\test.php on line 9
So I guess that means either PEAR is located in another folder or it has not been installed with PHP.
http://www.macrodemon.com/test.php