php-src/ext/dbx
2001-06-11 13:03:10 +00:00
..
tests Created a testset and a script to create a (mysql) database. This script 2001-06-05 13:51:01 +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 Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +00:00
dbx_mssql.h Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +00:00
dbx_mysql.c Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +00:00
dbx_mysql.h Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +00:00
dbx_odbc.c Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +00:00
dbx_odbc.h Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +00:00
dbx_pgsql.c Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +00:00
dbx_pgsql.h Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +00:00
dbx.c Fixed bug that caused dbx_query to segfault on Linux (not Windows, though) 2001-06-11 13:03:10 +00:00
dbx.dsp Forgot the Visual Studio project, added now (Mc) 2001-05-04 09:43:57 +00:00
dbx.h Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +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 Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and 2001-06-05 13:39:09 +00:00