Share

Flat File DataBase (FFDB) for PHP

Tracker: Bugs

5 Problem with PHP 4.3.10 - ID: 1089605
Last Update: Comment added ( nobody )

My provider made an Update of PHP 4.3.9 on 4.3.10 and
since then FFDB runs no longer:

Warning: fread(): Length parameter must be greater
than 0. in /.../ffdb.inc.php on line 2823

Warning: fread(): Length parameter must be greater
than 0. in /.../ffdb.inc.php on line 2823

Fatal error: Invalid string value for field during edit: LAND
in /.../ffdb.inc.php on line 1060

I have follows changed FFDB how:

line 1055 to 1062, delete block: if (!is_string($record
[$key])) ...

after line 2822 $strlen = $this->bin2dec(fread($fp, 4),
4);
insert: if ($strlen == 0) return "";


Frank Hoppe ( samson1964 ) - 2004-12-22 08:50

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2007-04-16 07:36
Sender: nobody

Logged In: NO

Hi,
please see additional bugfix 1193894...


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.