ID: 33285 Updated by: fel...@php.net Reported By: andrewz at springsrescuemission dot org Status: No Feedback Bug Type: dBase related Operating System: * PHP Version: 5CVS-2005-06-20 New Comment:
I can't reproduce it on 5.2.9-CVS: Array ( [0] => Array ( [name] => AREA [type] => float [length] => 20 [precision] => 0 [format] => %20s [offset] => 1 ) Previous Comments: ------------------------------------------------------------------------ [2008-07-25 01:00:01] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2008-07-17 01:28:21] j...@php.net Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.2-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.2-win32-installer-latest.msi ------------------------------------------------------------------------ [2005-06-20 17:43:52] andrewz at springsrescuemission dot org Take for example the first entry in the header: [0] => Array ( [name] => AREA [type] => unknown [length] => 1300 [precision] => 0 [format] => ยด "@ [offset] => 1 ) The type should be a double, the length 20, and the precision 5. Instead I get unknown, 1300, and 0. ------------------------------------------------------------------------ [2005-06-19 00:47:19] sni...@php.net Can you please provide the expected result too? Using the latest CVS the header info seems ok to me. (no garbage in format) ------------------------------------------------------------------------ [2005-06-13 19:53:17] andrewz at springsrescuemission dot org Tested with cvs-latest: problem persists. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/33285 -- Edit this bug report at http://bugs.php.net/?id=33285&edit=1