History log of /PHP-5.6/ext/dba/libflatfile/flatfile.c (Results 26 – 34 of 34)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7b6fb4b7 18-Feb-2003 Marcus Boerger

coding style


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, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2
# ff558505 19-Nov-2002 Edin Kadribasic

No need to declare functions used internally by DBA as PHPAPI. This
fixes windows build.


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# 4dd5fc67 13-Nov-2002 Marcus Boerger

-use size_t
-recheckin header as unix file


# 1cb7dc21 11-Nov-2002 Marcus Boerger

Add missing flush


# 39876b88 07-Nov-2002 Marcus Boerger

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


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


# 4be50925 06-Nov-2002 Marcus Boerger

move newly introduced flatfile support from dbm to new flatfile handler
# do not make the same mistake as with ext/db where it was not clear
# which format was used.


12