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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Fri Apr 19 02:01:29 2024 UTC