|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-01-22 18:39 UTC] felipe@php.net
[2009-01-30 01:01 UTC] php-bugs at lists dot php dot net
[2009-02-03 19:20 UTC] maxwer at ukr dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 22:00:02 2025 UTC |
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 ?>