Here are the facts:
1. I have installed apache+php, everything is ok.
2. I am trying to install ming extension. I have a separate directory for the extensions (.dll)-c:\php\extensii where i have places the php_ming.dll file. In the php.ini file i have put it "extension_dir = C:\php\extensii", and i have uncommented the
"extension=php_ming.dll" directive. According to the readme's files, it should work. But when i restart Apache, I get the following error: "Unable to load dynamic library c:\php\extensii/php_ming.dll - A device attached to the system is not functioning".
3. I have changed the "\" into "/", and I received the following error: "Unable to load dynamic library c:/php/extensii/php_ming.dll - A device attached to the system is not functioning".
4. All is running on a win98 box.
The question is: what is wrong in the settings? What should i write instead din php.ini file?