History log of /PHP-7.4/ext/dba/dba_flatfile.c (Results 51 – 54 of 54)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 39876b88 07-Nov-2002 Marcus Boerger

-rename anything to flatfile_xxx/FLATFILE_xxx
-fix update function
-add warnings for update function


# 3037b35b 06-Nov-2002 Sascha Schumann

emalloc never returns 0, so we can simplify the code paths.
also replace ecalloc with emalloc+memset, so that the latter can be inlined.


# 7fb5e192 06-Nov-2002 Marcus Boerger

fix locks and reading
#i will extend the tests to guard on such failures


# 88af7e98 06-Nov-2002 Marcus Boerger

Use the the name 'flatfile' correctly so the handler support can be built now.
#I do not like the lock solution since a crashed php would leave the *lck
#file locked now.


123