ID: 24115 Updated by: [EMAIL PROTECTED] Reported By: hensle at teq-services dot com -Status: Open +Status: Feedback -Bug Type: Reproducible crash +Bug Type: dBase related Operating System: winNT PHP Version: 4.3.2 New Comment:
Please provide a full URL to this file in question. Previous Comments: ------------------------------------------------------------------------ [2003-06-10 12:19:59] hensle at teq-services dot com using php_dbase.dll dated feb 15 2003 ------------------------------------------------------------------------ [2003-06-10 12:10:05] hensle at teq-services dot com The following code will crash with *some* dbf files. The dbf can be found at the US census site: Congressional districts for the entire US=cd99_108.zip <?php $dbname="......./cd99_108.dbf"; $db=dbase_open($dbname,0); //$db is good $nf=dbase_numfields($db); //$nf=8 $rec=dbase_get_record($db,1);//crashes here dbase_close($db); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24115&edit=1
