php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14011 Segmentation fault on connect to Interbase
Submitted: 2001-11-10 17:17 UTC Modified: 2002-04-13 15:01 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:1 of 2 (50.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: viesturs at dps dot lv Assigned:
Status: Closed Package: InterBase related
PHP Version: 4.0.6 OS: Linux Slackware 7.1
Private report: No CVE-ID: None
 [2001-11-10 17:17 UTC] viesturs at dps dot lv
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-13 15:01 UTC] daniela@php.net
The version of PHP that this bug was reported in is too old. 
Please try the php-4.2.0RC3 from http://www.php.net/~derick/ 

If you are still able to reproduce the bug, please change the PHP
version on this bug report to the version you tested and change 
the status back to "Open".


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC