summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
Commit message (Expand)AuthorAgeFilesLines
* uodbc now uses zend's reference system. The crashes on request shutdown shoul...Andreas Karajannis2000-02-231-3/+5
* Statements get closed before connection shutdown.Andreas Karajannis2000-01-021-0/+1
* Fix linking problems with iODBC. This is from the Adabas section, soSascha Schumann1999-12-311-0/+1
* Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2Andreas Karajannis1999-12-301-0/+1
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
* Don't include functions not supported by SolidAndreas Karajannis1999-12-111-3/+7
* Added check in the ODBC module that a connection is still valid beforeNick Gorham1999-11-301-0/+1
* @Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)Stig Bakken1999-11-291-0/+7
* Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.Stig Bakken1999-11-091-12/+16
* (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.Rasmus Lerdorf1999-10-281-5/+5
* Moved Environment handle to connection struct for thread safetyAndreas Karajannis1999-10-081-2/+6
* Made henv a real global var. Seems to work basically when multithreadedAndreas Karajannis1999-10-071-7/+4
* Added support for Easysoft ODBC-ODBC BridgeNick Gorham1999-09-231-0/+7
* Added support for metadata functions, odbc_tables, odbc_columns,Nick Gorham1999-09-221-4/+15
* New resource handling for odbc moduleAndreas Karajannis1999-09-051-0/+275