summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.Stig Bakken1999-11-091-18/+18
| | | | | | | #The Solid support still does not link, though (looks like a side-effect of #the way the Solid libs are named and our stubborn friend libtool). #This can wait until after 4.0b3.
* (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.Rasmus Lerdorf1999-10-281-3/+3
| | | | | | Tested against DB2 6.1 UDB on Linux (RH-6.0) @- Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux (RH-6.0)
* Make ODBC work under Win32Zeev Suraski1999-10-151-438/+444
|
* new improved resource-API (i hope everything still compiles)Thies C. Arntzen1999-10-121-35/+17
|
* Forgot to remove workaround for SQLANY_BUG which is no longer neededAndreas Karajannis1999-10-081-18/+0
|
* Moved Environment handle to connection struct for thread safetyAndreas Karajannis1999-10-081-54/+57
|
* Made henv a real global var. Seems to work basically when multithreadedAndreas Karajannis1999-10-071-12/+22
|
* odbc now uses the new Zend function apiAndreas Karajannis1999-09-251-270/+271
|
* Added support for Easysoft ODBC-ODBC BridgeNick Gorham1999-09-231-1/+1
| | | | | Fixed bug in odbc_setoption
* Added support for metadata functions, odbc_tables, odbc_columns,Nick Gorham1999-09-221-2/+967
| | | | | | | | odbc_columnprivileges, odbc_foreignkeys, odbc_gettypeinfo, odbc_primarykeys, odbc_procedurecolumns, odbc_procedures, odbc_procedurecolumns, odbc_procedures, odbc_specialcolumns, odbc_statistics, odbc_tableprivileges
* New resource handling for odbc moduleAndreas Karajannis1999-09-051-0/+2067