]> granicus.if.org Git - php/commitdiff
Added Frank to the CREDITS for FrontBase support
authorMarc Boeren <mboeren@php.net>
Wed, 8 Aug 2001 08:48:32 +0000 (08:48 +0000)
committerMarc Boeren <mboeren@php.net>
Wed, 8 Aug 2001 08:48:32 +0000 (08:48 +0000)
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...

ext/dbx/CREDITS
ext/dbx/Makefile.in

index 976079e8f71e2d46e1b6a341d3276b030bce52ec..cda948aeada129a5bba75b5310b0fbba9bfe4064 100644 (file)
@@ -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)
index ad86ae96c7cf373ac42f0bafb210d5c1c128bfbc..87f1fc602f1f963bc49c044ec1e9f8bc4bd74724 100644 (file)
@@ -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