php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22669 Error in DB::ibase prepare statment
Submitted: 2003-03-12 22:23 UTC Modified: 2003-03-19 16:49 UTC
From: dhasan at accesstime dot net Assigned:
Status: No Feedback Package: PEAR related
PHP Version: 4.3.1 OS: RedHat 7.3
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: dhasan at accesstime dot net
New email:
PHP Version: OS:

 

 [2003-03-12 22:23 UTC] dhasan at accesstime dot net
Apache crash when execute :

$res = $db->query('select * from users where id=?',3);

or 
$st = $db->prepare('select * from users where id=?');

error_log:
[Wed Mar 12 23:52:59 2003] [notice] child pid 8486 exit signal Segmentation fault (11)

Apache 2.0.44

DB 1.3 & 1.4b1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-13 15:27 UTC] mj@php.net
Could you please try PHP 4.3.2RC1 (http://qa.php.net)?
 [2003-03-19 16:49 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 06:01:33 2024 UTC