I had a similar problem installing PHP 4.3.1. There appear to be more than a
few php libraries that Windows has problems finding. What I did was the
following:
In php.ini, I set the extension_dir to nothing:
extension_dir =
Then I moved most everying in the dlls and extension directories of the
Try taking a look at the XML_sql2xml package from Pear:
http://pear.php.net/package-info.php?pacid=18
or the rs2xml extension for the ADOdb library:
http://phplens.com/lens/dl/rs2xml.tar.gz
http://php.weblogs.com/ADODB
There's an interesting discussion about ADOdb and XML