PHP & Ingres


Read With Formatting | Free Open Source Tutorials Account

PHP Development
Thread: PHP & Ingres


rwright
Platform Windows/Apache/PHP 5.1.1

I am trying to create a POC to show how a page can communicate with an ingres DB.

I think I have followed instructions on PHP site but am getting problems (and confused)

I have downloaded the correct ingres dll for PHP from http://pecl4win.php.net/ext.php/php_ingres.dll

I have set the correct path in PHP.ini (extensions)

But get an error message on startup
'unable to load dynamis library 'c:\php\ext\php_ingres.dll'

Help appreciated :confused:

md_doc
You need to copy your dll's to the system folder as well. The install intructions discuss copying dlls\*.dll to c:\winnt\system32 if you are on winnt. If you are on another version of windows then you need to copy them to it's system folder.