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 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

Pull Requests

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: Fri Dec 27 00:01:30 2024 UTC