php-src/ext/dba
2002-11-15 21:28:42 +00:00
..
libcdb must be unsigned 2002-11-13 16:30:50 +00:00
libflatfile -use size_t 2002-11-13 16:28:44 +00:00
tests Use flatfile if available. 2002-11-15 16:11:51 +00:00
config.m4 When --enable-dba is used then include builtin modules unless --without-xxx 2002-11-15 21:28:42 +00:00
CREDITS incorporate cdb-0.75 as suggested by D. J. Bernstein 2002-11-04 17:53:04 +00:00
dba_cdb.c Added support for bundled flatfile, cdb and cdb_make handlers 2002-11-13 12:12:44 +00:00
dba_db2.c emalloc never returns 0, so we can simplify the code paths. 2002-11-06 17:59:03 +00:00
dba_db3.c emalloc never returns 0, so we can simplify the code paths. 2002-11-06 17:59:03 +00:00
dba_dbm.c emalloc never returns 0, so we can simplify the code paths. 2002-11-06 17:59:03 +00:00
dba_flatfile.c Added support for bundled flatfile, cdb and cdb_make handlers 2002-11-13 12:12:44 +00:00
dba_gdbm.c remove debug output and use php_error_docref instead 2002-11-07 13:00:37 +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 magic_quotes_runtime support 2002-11-14 21:09:41 +00:00
dba.dsp Added support for bundled flatfile, cdb and cdb_make handlers 2002-11-13 12:12:44 +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_dba.h Fix locking behaviour: On some systems read during write is permitted but 2002-11-14 14:32:39 +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