From: jabc at moz dot com dot mx Operating system: FreeBSD 6.2-PRERELEASE PHP version: 5.1.6 PHP Bug Type: dBase related Bug description: dbase_open can't open database
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 -- Edit bug report at http://bugs.php.net/?id=39326&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=39326&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=39326&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=39326&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=39326&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=39326&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=39326&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=39326&r=needscript Try newer version: http://bugs.php.net/fix.php?id=39326&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=39326&r=support Expected behavior: http://bugs.php.net/fix.php?id=39326&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=39326&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=39326&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=39326&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=39326&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=39326&r=dst IIS Stability: http://bugs.php.net/fix.php?id=39326&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=39326&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=39326&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=39326&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=39326&r=mysqlcfg