php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4802 php.exe crashes while trying to execute the get_record function
Submitted: 2000-06-04 12:05 UTC Modified: 2005-03-31 16:13 UTC
From: roeschies at tbtec dot de Assigned:
Status: Wont fix Package: dBase related
PHP Version: 3.0.16 OS: Windows 2000
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: roeschies at tbtec dot de
New email:
PHP Version: OS:

 

 [2000-06-04 12:05 UTC] roeschies at tbtec dot de
php.exe crashes while executing the get_record function to get the records of a database created with Visual FoxPro 3.0. The code is:

$database = dbase_open('ausarbeitung.dbf', 0);
$rec = dbase_get_record($database, 5);

The dbase_open function doesn't cause a crash...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
We are sorry, but we do not support PHP 3 related problems anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 14:01:29 2024 UTC