]> granicus.if.org Git - php/commit
moved dbase into ext/ along with the bundled library
authorStig Bakken <ssb@php.net>
Mon, 19 Apr 1999 13:56:50 +0000 (13:56 +0000)
committerStig Bakken <ssb@php.net>
Mon, 19 Apr 1999 13:56:50 +0000 (13:56 +0000)
commit6094128afeacfa87d35d1246610a3010654b052f
tree369d029066cf2a735b6a638b94d4bdc529b6c373
parentb515f34dd1d5956aeb758cc3f636c183c8adcc73
moved dbase into ext/ along with the bundled library
dbase programs are no longer included
14 files changed:
ext/dbase/Makefile.am [new file with mode: 0644]
ext/dbase/config.m4 [new file with mode: 0644]
ext/dbase/dbase.c [new file with mode: 0644]
ext/dbase/dbase.h [new file with mode: 0644]
ext/dbase/dbf.h [new file with mode: 0644]
ext/dbase/dbf_head.c [new file with mode: 0644]
ext/dbase/dbf_head.h [new file with mode: 0644]
ext/dbase/dbf_misc.c [new file with mode: 0644]
ext/dbase/dbf_misc.h [new file with mode: 0644]
ext/dbase/dbf_ndx.c [new file with mode: 0644]
ext/dbase/dbf_ndx.h [new file with mode: 0644]
ext/dbase/dbf_rec.c [new file with mode: 0644]
ext/dbase/dbf_rec.h [new file with mode: 0644]
ext/dbase/setup.stub [new file with mode: 0644]