Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid. | Stig Bakken | 1999-11-09 | 1 | -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 Lerdorf | 1999-10-28 | 1 | -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 Win32 | Zeev Suraski | 1999-10-15 | 1 | -438/+444 |
| | |||||
* | new improved resource-API (i hope everything still compiles) | Thies C. Arntzen | 1999-10-12 | 1 | -35/+17 |
| | |||||
* | Forgot to remove workaround for SQLANY_BUG which is no longer needed | Andreas Karajannis | 1999-10-08 | 1 | -18/+0 |
| | |||||
* | Moved Environment handle to connection struct for thread safety | Andreas Karajannis | 1999-10-08 | 1 | -54/+57 |
| | |||||
* | Made henv a real global var. Seems to work basically when multithreaded | Andreas Karajannis | 1999-10-07 | 1 | -12/+22 |
| | |||||
* | odbc now uses the new Zend function api | Andreas Karajannis | 1999-09-25 | 1 | -270/+271 |
| | |||||
* | Added support for Easysoft ODBC-ODBC Bridge | Nick Gorham | 1999-09-23 | 1 | -1/+1 |
| | | | | | Fixed bug in odbc_setoption | ||||
* | Added support for metadata functions, odbc_tables, odbc_columns, | Nick Gorham | 1999-09-22 | 1 | -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 module | Andreas Karajannis | 1999-09-05 | 1 | -0/+2067 |