summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+5
* uodbc now uses zend's reference system. The crashes on request shutdown shoul...Andreas Karajannis2000-02-231-39/+21
* More protos.Egon Schmid2000-02-231-26/+26
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* - Make Win32 compile againAndi Gutmans2000-02-051-8/+7
* - Remove the pre-request-shutdown hooks, they should no longer be necessary.Zeev Suraski2000-01-161-2/+8
* 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
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+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
* - 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
* 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
* Added check in the ODBC module that a connection is still valid beforeNick Gorham1999-11-301-1/+27
* @Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)Stig Bakken1999-11-291-2/+25
* Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.Stig Bakken1999-11-091-18/+18
* (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.Rasmus Lerdorf1999-10-281-3/+3
* 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
* Added support for metadata functions, odbc_tables, odbc_columns,Nick Gorham1999-09-221-2/+967
* New resource handling for odbc moduleAndreas Karajannis1999-09-051-0/+2067