| Subject | error with php ibase_connect() | 
|---|---|
| Author | Marius | 
| Post date | 2018-03-27T07:38:59Z | 
Hi.
I'm using Slackware 14.2 x86_64, Firebird 3.0.4 
x86_64, and php 5.6 built with: --with-interbase=<my-path>
I'm getting this error when I try to 
connect:
Warning: ibase_connect(): Error opening conversion descriptor Invalid 
argument in /my-script-name.php5 on line 22
Line 22 contains this:
ibase_connect('127.0.0.1/my-port:my-database','my-php-login-name','my-php-login-password','UTF8')
I can't see any connection attempt in the trace 
log.
Connections details are correct. I can conect to 
the database from a windows computer.
Marius Dinu