PHP :: Bug #47002 :: Fields truncated
| Bug #47002 | Fields truncated | ||||
|---|---|---|---|---|---|
| Submitted: | 2009-01-04 22:17 UTC | Modified: | 2009-12-23 04:16 UTC | ||
| From: | victorjavierss at live dot com dot mx | Assigned: | |||
| Status: | Closed | Package: | dBase related | ||
| PHP Version: | 5.2CVS-2009-01-04 (snap) | OS: | Windows | ||
| Private report: | No | CVE-ID: | None | ||
[2009-01-04 22:17 UTC] victorjavierss at live dot com dot mx
Description:
------------
I'm executing the code belong, and it supose to retrieve me 1625 fields, but it doesn't, it give me 1024 fields, also i tried with other dbf's bigger than 1024 and the problem stills there
Reproduce code:
---------------
<?php
if ($db = dbase_open('C:\SIDEC\SIDEC-I\ARCHIVOS\USAERI07.dbf', 0)) {
$rn = dbase_numfields($db);
echo($rn);
dbase_close($db);
}
?>
Expected result:
----------------
1625
Actual result:
--------------
1024
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2009-01-11 18:50 UTC] typoon at gmail dot com
[2009-01-12 14:09 UTC] typoon at gmail dot com
[2009-01-13 05:59 UTC] victorjavierss at live dot com dot mx
[2009-01-13 06:01 UTC] victorjavierss at live dot com dot mx
[2009-08-20 16:44 UTC] sjoerd-php at linuxonly dot nl
[2009-08-31 16:35 UTC] sjoerd@php.net
[2009-12-23 04:16 UTC] iliaa@php.net