History log of /PHP-5.5/ext/dba/dba_flatfile.c (Results 26 – 38 of 38)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# ce04e8a9 26-Feb-2003 Marcus Boerger

ws


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


# 4d2f7207 30-Dec-2002 Marcus Boerger

Add info function to handlers and return handler info when dba_handlers is
called with optional parameter full_info set true.


Revision tags: php-4.3.0, php-4.3.0RC4
# efd314e7 20-Dec-2002 Marcus Boerger

-Fix memory handling of persistent dba connections.
-Update tests.
# cdb and flatfile still FAIL for dba_popen since the known streams problem


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