php-src/ext/dbx
Marc Boeren a7bff5d8f1 Passed db_handle to dbx_error_function instead of NULL (Mc)
# I don't know why it worked on my machine, but now it works
# because the code is right, not through magic :)
2001-05-07 14:49:05 +00:00
..
config.m4 Added dbx module (database abstraction) to the repositorty (/ext/dbx). 2001-03-22 11:07:04 +00:00
CREDITS Forgot the Visual Studio project, added now (Mc) 2001-05-04 09:43:57 +00:00
dbx_mssql.c Registered db-module constants for use in dbx_connect (Mc) 2001-05-04 09:42:45 +00:00
dbx_mssql.h Registered db-module constants for use in dbx_connect (Mc) 2001-05-04 09:42:45 +00:00
dbx_mysql.c Added a database member to the dbx_link object. Since e.g. mysql reuses 2001-04-11 08:14:57 +00:00
dbx_mysql.h Added a database member to the dbx_link object. Since e.g. mysql reuses 2001-04-11 08:14:57 +00:00
dbx_odbc.c Added a database member to the dbx_link object. Since e.g. mysql reuses 2001-04-11 08:14:57 +00:00
dbx_odbc.h Added a database member to the dbx_link object. Since e.g. mysql reuses 2001-04-11 08:14:57 +00:00
dbx_pgsql.c Removed some old commented code (Mc) 2001-04-18 12:34:52 +00:00
dbx_pgsql.h Added a database member to the dbx_link object. Since e.g. mysql reuses 2001-04-11 08:14:57 +00:00
dbx.c Passed db_handle to dbx_error_function instead of NULL (Mc) 2001-05-07 14:49:05 +00:00
dbx.dsp Forgot the Visual Studio project, added now (Mc) 2001-05-04 09:43:57 +00:00
dbx.h Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them in 2001-04-18 12:31:08 +00:00
EXPERIMENTAL no comment :) 2001-03-22 12:26:21 +00:00
howto_extend_dbx.html Added docs about creating dbx-support for other databases. (Mc) 2001-05-04 09:39:52 +00:00
INSTALL Added dbx module (database abstraction) to the repositorty (/ext/dbx). 2001-03-22 11:07:04 +00:00
Makefile.in Registered db-module constants for use in dbx_connect (Mc) 2001-05-04 09:42:45 +00:00
php_dbx.h Added a database member to the dbx_link object. Since e.g. mysql reuses 2001-04-11 08:14:57 +00:00