php-src/ext/dbx
Marc Boeren acea3ab036 Changed the dbx_oci8 behaviour to return lowercase column-names,
which is a hack but at least it makes it easier for users
to create portable apps.
# Perhaps this should be controlled by a (.ini?) directive or define
# which determines the change (toupper, tolower, nochange)?
2002-10-24 14:26:14 +00:00
..
tests Not happy with the hack to handle the uppercase fieldnames that oracle 2002-10-24 14:16:28 +00:00
config.m4 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
CREDITS - Fix CREDITS files 2002-03-02 13:44:08 +00:00
dbx_fbsql.c Update headers. 2001-12-11 15:32:16 +00:00
dbx_fbsql.h Update headers. 2001-12-11 15:32:16 +00:00
dbx_mssql.c Update headers. 2001-12-11 15:32:16 +00:00
dbx_mssql.h Update headers. 2001-12-11 15:32:16 +00:00
dbx_mysql.c mysql_db_query is deprecated, fixed by using mysql_select_db and 2002-01-16 16:28:50 +00:00
dbx_mysql.h Update headers. 2001-12-11 15:32:16 +00:00
dbx_oci8.c Changed the dbx_oci8 behaviour to return lowercase column-names, 2002-10-24 14:26:14 +00:00
dbx_oci8.h Update headers. 2001-12-11 15:32:16 +00:00
dbx_odbc.c Update headers. 2001-12-11 15:32:16 +00:00
dbx_odbc.h Update headers. 2001-12-11 15:32:16 +00:00
dbx_pgsql.c Fix memory leaks. 2002-02-13 13:11:36 +00:00
dbx_pgsql.h Update headers. 2001-12-11 15:32:16 +00:00
dbx_sybasect.c - User proper macros as suggested by Marc. 2002-06-18 07:48:41 +00:00
dbx_sybasect.h Oops: source copy&paste should be done with care :) (Mc) 2002-02-18 10:22:09 +00:00
dbx.c Added Oracle (oci8) support 2002-10-23 10:50:22 +00:00
dbx.dsp Added support for Sybase-CT to dbx module (Mc). 2002-02-18 09:21:51 +00:00
dbx.h Update headers. 2001-12-11 15:32:16 +00:00
howto_extend_dbx.html Added Oracle (oci8) support 2002-10-23 10:50:22 +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
php_dbx.h Update headers. 2001-12-11 15:32:16 +00:00