|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 19:00:01 2025 UTC |
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...