php-src/ext/dbx
2001-07-30 08:24:42 +00:00
..
tests changed implementation of creating reference to a value by columnname (Mc) 2001-07-19 15:44:58 +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 Latest (minor) fixes: mssql, mysql and odbc now pass the testset correctly. 2001-06-13 13:35:17 +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 Fixed bug concerning mysql default_link that got freed too soon (Mc). 2001-06-12 15:32:22 +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 Added the error-message functionality (new in odbc module) (Mc) 2001-07-19 15:45:56 +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 Zend compatibility patch 2001-07-30 08:24:42 +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 All files are now in Unix-linebreak mode (\n only). Somehow \r\n still 2001-06-20 11:30:47 +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 Redesigned thread safety mechanism - nua nua 2001-07-28 11:36:37 +00:00