Andrej Snedic wrote:

I am adding some extensions to PHP engine so I edited PHP.INI in c:\windows
directory this way:

...
extension_dir = "D:\Web\PHP\extensions"
...
extension=php_some-extension.dll
...

The actrual complete path to my extension is:
D:\Web\PHP\extensions\php_some-extension.dll

But after rebooting my computer I always get this error message:
"Unknown(): Unable to load dynamic link library
'D:\Web\PHP\extensions\php_some-extension.dll' - The specified module could
not be found. [OK]"

So what's wrong? How shuld I set my extensions path?

I am running Apache 2.0.46 and PHP 4.3.2.2 on Windows XP.

could it be that php_some-extension.dll requires another dll that is not in win win/system32 path? or just in any other way not accessable



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



Reply via email to