jorge - 2017-09-03 12:45:15
In line 133 of function writeRecord in file XbaseWritableTable.class.php there is an invocation to flush($this->fp) instead of fflush($this->fp). Changing to fflush solves the problem of receiving garbage in the browser.
Same for lines 139 and 145 of deleteRecord and undeleteRecord respectively.