From: Marc Boeren Date: Wed, 8 Aug 2001 08:48:32 +0000 (+0000) Subject: Added Frank to the CREDITS for FrontBase support X-Git-Tag: PRE_METHOD_DEREFERENCE_PATCH~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4abfc195361b0c42ec726aec68fd1af5f964cda;p=php Added Frank to the CREDITS for FrontBase support Added dbx_fbsql.c to the Makefile.in # Could someone please compile/test this? My Linux-box is down :( # Win compiles just fine, I don't expext any trouble on Linux... --- diff --git a/ext/dbx/CREDITS b/ext/dbx/CREDITS index 976079e8f7..cda948aead 100644 --- a/ext/dbx/CREDITS +++ b/ext/dbx/CREDITS @@ -1,7 +1,8 @@ dbx (database abstraction) -core routines: Marc Boeren (Guidance Rotterdam bv) +core routines: Marc Boeren (marc@guidance.nl) mysql support: Marc Boeren odbc support: Marc Boeren -pgsql support: Rui Hirokawa +pgsql support: Rui Hirokawa (hirokawa@php.net) mssql support: Marc Boeren +fbsql support: Frank M. Kromann (frank@frontbase.com) diff --git a/ext/dbx/Makefile.in b/ext/dbx/Makefile.in index ad86ae96c7..87f1fc602f 100644 --- a/ext/dbx/Makefile.in +++ b/ext/dbx/Makefile.in @@ -1,6 +1,6 @@ LTLIBRARY_NAME = libdbx.la -LTLIBRARY_SOURCES = dbx.c dbx_mysql.c dbx_odbc.c dbx_pgsql.c dbx_mssql.c +LTLIBRARY_SOURCES = dbx.c dbx_mysql.c dbx_odbc.c dbx_pgsql.c dbx_mssql.c dbx_fbsql.c LTLIBRARY_SHARED_NAME = dbx.la include $(top_srcdir)/build/dynlib.mk