Page 1 of 1

Xampp with Ingres problem

PostPosted: 04. August 2006 18:07
by Zed
Hello, I tryed tu use the Ingres DBMS module for php on my Xamp 1.5.3.

The line

extension = php_ingres.dll

is now uncommented in my php.ini and the php_ingres.dll is provided by default.

When I try to use ingres_connect function this errore appear :

Fatal error: Call to undefined function ingres_connect() in E:\Serveurs\xampp\htdocs\tst_ingres.php on line 2

and the ingres module doesn't appear in phpinfo().

I don't understand ...

PostPosted: 04. August 2006 18:12
by Wiedmann
and the ingres module doesn't appear in phpinfo().

Then you have not used the correct "php.ini". Please read the documentation to find the correct one...

BTW:
An example how to activate an extension (imap) you can find in the "XAMPP for Windows" FAQ.

PostPosted: 04. August 2006 22:04
by Zed
Ok : the correct php.ini is in apache/bin/.

Thanks