PHP Connection with FIREBIRD Database

0

I'm trying to make the connection between PHP with the FireBird database, but I've tried several alternatives and I can not solve it. The error message that appears when trying to connect is as follows:

  

Fatal error: Uncaught Error: Call to undefined function ibase_connect () in C: \ xampp \ htdocs \ index.php: 6

The extension=php_interbase.dll is already active in php.ini and the path extension_dir="C: \ xampp \ php \ ext" is correct.

Generate this log too:

  Unable to load dynamic library 'C: \ xampp \ php \ ext \ php_interbase.dll' - The specified module could not be found.

However, the php_interbase.dll dll exists inside the directory C: \ xampp \ php \ ext

Does anyone know how to solve this problem?

    
asked by anonymous 13.09.2017 / 16:04

0 answers