ID:               24115
 Updated by:       [EMAIL PROTECTED]
 Reported By:      hensle at teq-services dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         dBase related
 Operating System: winNT
 PHP Version:      4.3.2
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




Previous Comments:
------------------------------------------------------------------------

[2003-06-10 12:20:19] [EMAIL PROTECTED]

Please provide a full URL to this file in question.


------------------------------------------------------------------------

[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

Reply via email to