]> granicus.if.org Git - php/commit
Added dbx module (database abstraction) to the repositorty (/ext/dbx).
authorMarc Boeren <mboeren@php.net>
Thu, 22 Mar 2001 11:07:04 +0000 (11:07 +0000)
committerMarc Boeren <mboeren@php.net>
Thu, 22 Mar 2001 11:07:04 +0000 (11:07 +0000)
commitce79b44c278fcae832a5a8faddd14b13008b4daa
tree3b4c29d4da7825f8f3d841d544fa8cc363dc6a3a
parentdbc4d4b4572861258bcec7ab309065ba6acad087
Added dbx module (database abstraction) to the repositorty (/ext/dbx).
Compiles under Linux (--enable-dbx) and Windows.
Supports MySQL and ODBC modules (more to be added later).
@ Added dbx module (database abstraction) to the repository. (Marc)
13 files changed:
ext/dbx/CREDITS [new file with mode: 0644]
ext/dbx/INSTALL [new file with mode: 0644]
ext/dbx/LICENSE [new file with mode: 0644]
ext/dbx/Makefile.in [new file with mode: 0644]
ext/dbx/config.m4 [new file with mode: 0644]
ext/dbx/dbx.c [new file with mode: 0644]
ext/dbx/dbx.dsp [new file with mode: 0644]
ext/dbx/dbx.h [new file with mode: 0644]
ext/dbx/dbx_mysql.c [new file with mode: 0644]
ext/dbx/dbx_mysql.h [new file with mode: 0644]
ext/dbx/dbx_odbc.c [new file with mode: 0644]
ext/dbx/dbx_odbc.h [new file with mode: 0644]
ext/dbx/php_dbx.h [new file with mode: 0644]