Call to undefined function ibase_connect() in Codeigniter

后端 未结 2 1771
滥情空心
滥情空心 2021-01-13 04:27

I can not connect to a local bank in firebird.

Since I enabled the following extensions in php.ini but not getting any results.

extension=php_

2条回答
  •  被撕碎了的回忆
    2021-01-13 04:58

    I suggest everyone to use Easyphp Devserver (www.easyphp.org) instead of wamp or xampp specially for connecting on Firebird Database (ibase_connect or pdo).

提交回复
热议问题