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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: viesturs at dps dot lv
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 11:01:30 2024 UTC