From:             [EMAIL PROTECTED]
Operating system: Linux Slackware 7.1
PHP version:      4.0.6
PHP Bug Type:     InterBase related
Bug description:  Segmentation fault on connect to Interbase

when doing this:

$sth = ibase_connect ($database, $username, $password)

it ends up with segmentation fault, the script stops to execute and nothing
is returned to apache server

On another similar Linux server the connection proceeds but the script
gives the same  error message in function $row = ibase_fetch_object ($sth).
Insteed the script continues executing and the data are fetched.


On both servers Apache and PHP configurations are equivalent
PHP is compiled with 
./configure --with-apxs=/usr/var/lib/apache/sbin/apxs --with-interbase
--without-mysql

-- 
Edit bug report at: http://bugs.php.net/?id=14011&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to