ID:               35240
 Updated by:       [EMAIL PROTECTED]
 Reported By:      nicol dot hermann at gmx dot de
-Status:           Open
+Status:           Feedback
 Bug Type:         dBase related
 Operating System: Linux
 PHP Version:      4.4.1
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.




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

[2005-11-16 14:45:41] nicol dot hermann at gmx dot de

Description:
------------
If i create a dbf file with the data type float (
http://www.clicketyclick.dk/databases/xbase/format/data_types.html) 
the record and field do not appear when you query the dbf file with
dbase_get_record_with_names. As a side effect all other fields containg
0 values or nonsense

Reproduce code:
---------------
You could use the sample code of the function
dbase_get_record_with_names (Example 1) and do a print_r($row) within
the for loop.

Expected result:
----------------
I expect the same results like the data type number



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


-- 
Edit this bug report at http://bugs.php.net/?id=35240&edit=1

Reply via email to