php-src/ext/dba
Sascha Schumann 3037b35b31 emalloc never returns 0, so we can simplify the code paths.
also replace ecalloc with emalloc+memset, so that the latter can be inlined.
2002-11-06 17:59:03 +00:00
..
libcdb incorporate cdb-0.75 as suggested by D. J. Bernstein 2002-11-04 17:53:04 +00:00
libflatfile Use the the name 'flatfile' correctly so the handler support can be built now. 2002-11-06 09:17:51 +00:00
tests -convert from dos to unix file 2002-11-06 11:59:14 +00:00
config.m4 There shall never be an external library for this (hopefully). 2002-11-06 10:08:38 +00:00
CREDITS incorporate cdb-0.75 as suggested by D. J. Bernstein 2002-11-04 17:53:04 +00:00
dba_cdb.c emalloc never returns 0, so we can simplify the code paths. 2002-11-06 17:59:03 +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 emalloc never returns 0, so we can simplify the code paths. 2002-11-06 17:59:03 +00:00
dba_gdbm.c emalloc never returns 0, so we can simplify the code paths. 2002-11-06 17:59:03 +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 emalloc never returns 0, so we can simplify the code paths. 2002-11-06 17:59:03 +00:00
dba.dsp it won't work otherwise 2000-10-26 18:51:12 +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 Why did open fail? 2002-11-05 14:46:36 +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