|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-10-31 23:06 UTC] jabc at moz dot com dot mx
[2006-11-08 14:21 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 18:00:01 2025 UTC |
Description: ------------ when I try to open an database with more than 150 fields can't open it. only If I delete fields under 150 can do it. on version 4.4 it work very fine. the error say: unable to open database of course STCTRL21.DBF exist and have all permissions. Reproduce code: --------------- $dbi = dbase_open("/reco/RECO2005/TRAFICO/DATA/STCTRL21.DBF", 0); if ($dbi === false) print "unable to open database"; Expected result: ---------------- No errors and the database opened. Actual result: -------------- unable to open database