Click to See Complete Forum and Search --> : Cannot load extension in Win 2k & NT 4


jaxskull
12-20-2001, 11:14 AM
Hello.
I've got a *real* trouble!!! I have added a string "extension=php_interbase.dll" and modified "extension_dir" string... PHP is unabled to Load additional DLLs! Every time PHP is runned error message appears that it's unable to load DLL... :(

I have installed:
Windows 2000
Service Pack 2
PHP 4.1.0
InterBase server

Got this problem also on:
NT 4 Service Pack 5
PHP 4.1.0

N. B. Also tried PHP versions 4.0.6, 4.0.4, 4.0.2, 4.0.0

Please help me.

Karl

Anon
12-20-2001, 01:10 PM
Its probally because you dont load php as a module.

Copy the file \php\php4ts.dll to c:\windows\system\

[httpd.conf]
LoadModule php4_module c:/webserver/php/sapi/php4apache.dll

AddType application/x-httpd-php .php


Tjeck my site at www.mdz.dk for descriptions how to load php as a module, and use some extentions.

/greets Mads Østerby