Have you tried invoking php with a specific config file?

Php.exe -c f:\php\config.ini

And then double check in your config file that you've got the extension
dir in the right place? It may be that php isn't reading your config
file at all, and so not getting the extension directory...

Just an idea...

chris kranz
fatcuban.com
 


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 24 March 2003 21:30
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Can't get domxml working


Hi everyone!

I've been trying to include php_domxml.dll for quite a while, but it
just doesn't work out. When I'm invoking "php -?" on the command line I
get an error message saying: 

Unknown(): Unable to load dynamic library 'php_domxml_dll' - A library
file required for the execution of this application can not be found.
[Second part loosely translated from german]

In php.ini, I have extension_dir set to f:\php\extensions, the directory
where php_domxml.dll actually resides and extension=php_domxml.dll
uncommented. While searching for a solution I read it could help to copy
the dll files to C:\windows\system, which I did, but it didn't. My OS is
Win98, php version is 4.3.1.

I'm aware that the domxml library is not considered stable for use, but
anyway qould like to have a DOM parser for my problem, at least to get a
start...

Any ideas what could be the cause for my problem or what else I could
try? Any suggestion is highly appreciated!

Best regards,
Stefan



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to