diff options
author | Marc Boeren <mboeren@php.net> | 2001-05-04 09:43:57 +0000 |
---|---|---|
committer | Marc Boeren <mboeren@php.net> | 2001-05-04 09:43:57 +0000 |
commit | a3d3819f6fa936afab7ee97939e595275882699f (patch) | |
tree | 408c63e92d9089f3cd36cc1d29b5f15864bc7bce | |
parent | a56162243a57f90314f6fa04c485102c8dded313 (diff) | |
download | php-git-a3d3819f6fa936afab7ee97939e595275882699f.tar.gz |
Forgot the Visual Studio project, added now (Mc)
Updated CREDITS (Mc)
-rw-r--r-- | ext/dbx/CREDITS | 9 | ||||
-rw-r--r-- | ext/dbx/dbx.dsp | 8 |
2 files changed, 15 insertions, 2 deletions
diff --git a/ext/dbx/CREDITS b/ext/dbx/CREDITS index 57d1fa5651..976079e8f7 100644 --- a/ext/dbx/CREDITS +++ b/ext/dbx/CREDITS @@ -1,2 +1,7 @@ -dbx -Marc Boeren +dbx (database abstraction) + +core routines: Marc Boeren (Guidance Rotterdam bv) +mysql support: Marc Boeren +odbc support: Marc Boeren +pgsql support: Rui Hirokawa +mssql support: Marc Boeren diff --git a/ext/dbx/dbx.dsp b/ext/dbx/dbx.dsp index bf067f77cf..dcbeef26ca 100644 --- a/ext/dbx/dbx.dsp +++ b/ext/dbx/dbx.dsp @@ -98,6 +98,10 @@ SOURCE=.\dbx.c # End Source File
# Begin Source File
+SOURCE=.\dbx_mssql.c
+# End Source File
+# Begin Source File
+
SOURCE=.\dbx_mysql.c
# End Source File
# Begin Source File
@@ -118,6 +122,10 @@ SOURCE=.\dbx.h # End Source File
# Begin Source File
+SOURCE=.\dbx_mssql.h
+# End Source File
+# Begin Source File
+
SOURCE=.\dbx_mysql.h
# End Source File
# Begin Source File
|