Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Remove the pre-request-shutdown hooks, they should no longer be necessary. | Zeev Suraski | 2000-01-16 | 1 | -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. Arntzen | 2000-01-15 | 1 | -4/+14 | |
| | ||||||
* | Statements get closed before connection shutdown. | Andreas Karajannis | 2000-01-02 | 1 | -14/+27 | |
| | | | | | Disabled fetching all errors for Adabas. | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2 | Andreas Karajannis | 1999-12-30 | 1 | -27/+27 | |
| | ||||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -1/+1 | |
| | ||||||
* | - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. | Andi Gutmans | 1999-12-24 | 1 | -1/+1 | |
| | ||||||
* | @- Fixed a bug in ODBC error reporting (Zeev) | Zeev Suraski | 1999-12-21 | 1 | -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 again | Zeev Suraski | 1999-12-18 | 1 | -46/+46 | |
| | ||||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-17 | 1 | -16/+16 | |
| | ||||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 | |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | |||||
* | Don't include functions not supported by Solid | Andreas Karajannis | 1999-12-11 | 1 | -10/+16 | |
| | ||||||
* | Report all ODBC error's not just the top of the stack | Nick Gorham | 1999-12-09 | 1 | -9/+12 | |
| | ||||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -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 before | Nick Gorham | 1999-11-30 | 1 | -1/+27 | |
| | | | | | reuse in a persistent connection. | |||||
* | @Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>) | Stig Bakken | 1999-11-29 | 1 | -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 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 | |