php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1068 httpd: child pid 4476 exit signal Bus error (7)
Submitted: 1999-01-13 16:39 UTC Modified: 1999-06-24 08:31 UTC
From: sbuess at bns dot ch Assigned:
Status: Closed Package: dBase related
PHP Version: 3.0.6 OS: Suse Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sbuess at bns dot ch
New email:
PHP Version: OS:

 

 [1999-01-13 16:39 UTC] sbuess at bns dot ch
this happens the most of the time, when i want to open my dbase database for reading and i get a:

'you requestet an empty page, please contact system adimistratot' and nothing happend!!

Can you maybe help me??

<? 

		
$timdb = dbase_open('/usr/local/sictim.DBF',2);
				
// for ($i = 1; $i <= dbase_numrecords($timdb); $i++) {

$i = 1;

list($a, $b, $c, $d, $e, $f) = dbase_get_record($timdb,$i);
echo $a;
echo ", ";
echo $b;
echo ", ";
echo $c;
echo ", ";
echo $d;
echo ", ";
echo $e;
echo ", ";
echo $f;
echo "<br>";

// }

dbase_close($timdb);

?>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-01 16:38 UTC] jim at cvs dot php dot net
Need a backtrace.

See http://bugs.php.net/bugs-generating-backtrace.php3
 [1999-06-24 08:31 UTC] sas at cvs dot php dot net
presumely fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC