History log of /PHP-7.2/ext/dba/libflatfile/flatfile.h (Results 26 – 34 of 34)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, 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
# 3db2b2bc 18-Feb-2003 Marcus Boerger

avoiding problems


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


# 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