ID: 13540
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: dBase related
Operating System: WinNT
PHP Version: 4.0.6
New Comment:

Please try the latest snapshot build from 
http://www.php4win.com


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

[2001-10-05 12:46:44] [EMAIL PROTECTED]

The original dbase field type is 'N'. 
I think the reason for my problem is line 466 in
PHP Source 'dbase.c' where the type conversion is
executed: 
#466:  case 'N':        /* FALLS THROUGH */

** Dominic

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

[2001-10-04 10:35:07] [EMAIL PROTECTED]

My original dBase contains one field with numbers like 1,5 or 2,5. When I try to get 
the contents with dbase_get_record_with_names the resulting array contains only the 
pre-comma-values like 1 or 2. 
Is it a typecast problem ? I think field contents like '1,5' should be converted to 
string.
Sincerly, Dominic

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



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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to