summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - Remove the pre-request-shutdown hooks, they should no longer be necessary.Zeev Suraski2000-01-161-2/+8
| | | | | | The session module may not work due to an unknown (and until now, IMO, misdiagnosed) problem, if it does, please report it!
* in an rshutdown function we should not access the regular_list like this.Thies C. Arntzen2000-01-151-4/+14
|
* Statements get closed before connection shutdown.Andreas Karajannis2000-01-021-14/+27
| | | | | Disabled fetching all errors for Adabas.
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2Andreas Karajannis1999-12-301-27/+27
|
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+1
|
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-241-1/+1
|
* @- Fixed a bug in ODBC error reporting (Zeev)Zeev Suraski1999-12-211-1/+1
| | | | | | @- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs @ of the PHP and Zend logos used in phpinfo() (Zeev)
* - The tree compiles againZeev Suraski1999-12-181-46/+46
|
* More php3_ cleanupZeev Suraski1999-12-171-16/+16
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Don't include functions not supported by SolidAndreas Karajannis1999-12-111-10/+16
|
* Report all ODBC error's not just the top of the stackNick Gorham1999-12-091-9/+12
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Added check in the ODBC module that a connection is still valid beforeNick Gorham1999-11-301-1/+27
| | | | | reuse in a persistent connection.
* @Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)Stig Bakken1999-11-291-2/+25
| | | | | Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)
* 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