History log of /PHP-5.4/ext/dba/dba_flatfile.c (Results 26 – 33 of 33)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# af436aa8 13-Nov-2002 Edin Kadribasic

Added support for bundled flatfile, cdb and cdb_make handlers
to win32 build of the dba extension.


# 705a4e25 10-Nov-2002 Marcus Boerger

-Centralise open stream for builtin modules that use streams
-If locks work on database file then only one stream open call is used


# 95018fc5 08-Nov-2002 Marcus Boerger

-lock support moved from dba_flatfile.c to dba.c
-flatfile, cdb, cdb_make use locking now
#locking is blocking per default use 'rt', 'wt', ct' or 'nt' for non blocking alias
#test access

-lock support moved from dba_flatfile.c to dba.c
-flatfile, cdb, cdb_make use locking now
#locking is blocking per default use 'rt', 'wt', ct' or 'nt' for non blocking alias
#test access to a database file.
#locking uses flock() which will be emulated or warned if that is not eally
#possible in ext/standard/flock_compat.c

show more ...


# 1a4c1eb8 07-Nov-2002 Marcus Boerger

not needed anywhere here


# 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.


12