ID:               47193
 User updated by:  maxwer at ukr dot net
 Reported By:      maxwer at ukr dot net
-Status:           No Feedback
+Status:           Closed
 Bug Type:         dBase related
 Operating System: Win2000SP4
 PHP Version:      5.2.8
 New Comment:

Works. Thank you


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

[2009-01-30 01:01: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".

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

[2009-01-22 18:39:42] [email protected]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



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

[2009-01-22 18:31:22] maxwer at ukr dot net

Description:
------------
When create or read or write qBase file, in header write field length
for D and L type = 0

Reproduce code:
---------------
<?php
$def = array(
  array("date","D"),
  array("log", "L")
);
$file_name = 'c:/test.dbf';
dbase_create($file_name,$def);  
//length D and L in header is 0 IS ERROR
?>



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


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

Reply via email to