Hello,
the only dll that php_domxml.dll requires is php4ts.dll. From Apache the php plugin should load this dll:-
#… in Apache’s httpd.conf file…
LoadFile “D:\PHP\php4ts.dll”
LoadModule php4_module “D:\php\sapi\php4apache.dll”
AddType application/x-httpd-php .php .phtml
The only other thing I can think of to check is the php.ini has a directive saying which directory to find the extensions:-
; … in php.ini …
extension_dir = d:\php\extensions
If neither of these things help then I would suggest raising the question on one of the PHP forums as the problem you have is specific to PHP 
One final thing : I use PHP version 4.3.1, and Apache v1.3.
best regards,
Stuart Fyffe-Collins
Software AG (UK) Ltd.
#webMethods#API-Management#webMethods-Tamino-XML-Server-APIs