Hi,
the standard example for creating an interface to a Word COM object from the manual doesn't work in PHP4.3.
The source
$word = new COM("Word.Application") or die("Unable to instantiate Word");
print "Loaded Word, version {$word->Version}\n";
Yields:
Loaded Word, version
Fatal error: Call to a member function on a non-object in e:\wwwroot\index.php on line 12
Anyone?