php-src/ext/dba
Marcus Boerger 9b22813c4d Add a default handler that makes handler parameter to open functions
optional.
@Improved dba extension (Marcus)
@-Made handler parameter of dba_(p)open() optional.
@-Added php.ini option 'dba.default_handler' to specify a default handler.
2002-12-29 15:31:00 +00:00
..
libcdb No need to declare functions used internally by DBA as PHPAPI. This 2002-11-19 01:06:42 +00:00
libflatfile No need to declare functions used internally by DBA as PHPAPI. This 2002-11-19 01:06:42 +00:00
tests Made DBA tests not dependant on error reporting settings. 2002-12-27 04:46:40 +00:00
config.m4 Add Berkeley db4 support 2002-11-26 12:05:59 +00:00
CREDITS incorporate cdb-0.75 as suggested by D. J. Bernstein 2002-11-04 17:53:04 +00:00
dba_cdb.c -Fix memory handling of persistent dba connections. 2002-12-20 17:47:58 +00:00
dba_db2.c -Fix memory handling of persistent dba connections. 2002-12-20 17:47:58 +00:00
dba_db3.c -Fix memory handling of persistent dba connections. 2002-12-20 17:47:58 +00:00
dba_db4.c -Fix memory handling of persistent dba connections. 2002-12-20 17:47:58 +00:00
dba_dbm.c -Fix memory handling of persistent dba connections. 2002-12-20 17:47:58 +00:00
dba_flatfile.c -Fix memory handling of persistent dba connections. 2002-12-20 17:47:58 +00:00
dba_gdbm.c -Fix memory handling of persistent dba connections. 2002-12-20 17:47:58 +00:00
dba_ndbm.c emalloc never returns 0, so we can simplify the code paths. 2002-11-06 17:59:03 +00:00
dba.c Add a default handler that makes handler parameter to open functions 2002-12-29 15:31:00 +00:00
dba.dsp No need to declare functions used internally by DBA as PHPAPI. This 2002-11-19 01:06:42 +00:00
install_cdb.sh incorporate cdb-0.75 as suggested by D. J. Bernstein 2002-11-04 17:53:04 +00:00
php_cdb.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_db2.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_db3.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_db4.h Add Berkeley db4 support 2002-11-26 12:05:59 +00:00
php_dba.h -Fix memory handling of persistent dba connections. 2002-12-20 17:47:58 +00:00
php_dbm.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_flatfile.h move newly introduced flatfile support from dbm to new flatfile handler 2002-11-06 04:16:18 +00:00
php_gdbm.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_ndbm.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00