php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7334 Apache dies when using "?" in a SQL query
Submitted: 2000-10-19 05:31 UTC Modified: 2000-10-27 22:29 UTC
From: llonchj at pasifae dot com Assigned:
Status: Closed Package: InterBase related
PHP Version: 4.0.3pl1 OS: RedHat Linux 7.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
7 + 7 = ?
Subscribe to this entry?

 
 [2000-10-19 05:31 UTC] llonchj at pasifae dot com
When using a SQL sentence with an '?',  produces a segmentation fault to the child.

The bug is reproducible using this sentence:

$stmt="SELECT * FROM GetContent(?,?,?)";
$sthc = ibase_query ($dbh,$stmt,"1","2","3");


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-27 22:29 UTC] jah@php.net
Fixed in current CVS. Fetch a new version of ext/interbase/interbase.c from
http://cvs.php.net/viewcvs.cgi/~checkout~/php4/ext/interbase/interbase.c?rev=1.45
and recompile.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC