| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix linking problems with iODBC. This is from the Adabas section, so | Sascha Schumann | 1999-12-31 | 1 | -0/+1 |
* | First try at getting the ODBC stuff right | Sascha Schumann | 1999-12-31 | 1 | -15/+9 |
* | Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2 | Andreas Karajannis | 1999-12-30 | 2 | -27/+28 |
* | Fix define. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -11/+11 |
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -24/+12 |
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 3 | -9/+17 |
* | 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 |
* | Some cleanup | Sascha Schumann | 1999-12-21 | 1 | -1/+0 |
* | @- Fixed a bug in ODBC error reporting (Zeev) | Zeev Suraski | 1999-12-21 | 1 | -1/+1 |
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -46/+46 |
* | More php3_ cleanup | Zeev Suraski | 1999-12-17 | 3 | -31/+31 |
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 4 | -6/+6 |
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -6/+6 |
* | Don't include functions not supported by Solid | Andreas Karajannis | 1999-12-11 | 2 | -13/+23 |
* | 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 | 4 | -11/+13 |
* | Added check in the ODBC module that a connection is still valid before | Nick Gorham | 1999-11-30 | 2 | -1/+28 |
* | @Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>) | Stig Bakken | 1999-11-29 | 5 | -3/+102 |
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 |
* | Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid. | Stig Bakken | 1999-11-09 | 6 | -53/+57 |
* | Fix OpenLink ODBC support | Stig Bakken | 1999-11-09 | 1 | -2/+2 |
* | (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4. | Rasmus Lerdorf | 1999-10-28 | 4 | -8/+37 |
* | 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 | 2 | -56/+63 |
* | Made henv a real global var. Seems to work basically when multithreaded | Andreas Karajannis | 1999-10-07 | 2 | -19/+26 |
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -2/+2 |
* | 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 | 5 | -1/+46 |
* | Added support for metadata functions, odbc_tables, odbc_columns, | Nick Gorham | 1999-09-22 | 2 | -6/+982 |
* | improve short help messages | Sascha Schumann | 1999-09-16 | 1 | -3/+4 |
* | Renaming odbc files | Andreas Karajannis | 1999-09-05 | 2 | -2429/+0 |
* | New resource handling for odbc module | Andreas Karajannis | 1999-09-05 | 5 | -4/+2359 |
* | Add support for unixODBC | Andreas Karajannis | 1999-08-30 | 4 | -2/+49 |
* | Typo fix | Andreas Karajannis | 1999-08-27 | 1 | -1/+1 |
* | Fixed odbc_fetch_into, added prototype return values. | Andreas Karajannis | 1999-08-09 | 1 | -50/+44 |
* | First shot at odbc for PHP4 | Andreas Karajannis | 1999-08-08 | 3 | -257/+271 |
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 2 | -120/+120 |
* | More symbol work. | Andrey Hristov | 1999-08-02 | 4 | -34/+36 |
* | License update | Zeev Suraski | 1999-07-16 | 2 | -41/+18 |
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 4 | -57/+59 |
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -1/+1 |
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other t... | Zeev Suraski | 1999-05-09 | 4 | -5/+5 |
* | A step towards generalizing the INI mechanism even more | Zeev Suraski | 1999-04-28 | 1 | -10/+10 |
* | A lot of cleanups... Removed old thread-safe code and other redundant code a... | Zeev Suraski | 1999-04-24 | 1 | -6/+0 |
* | moved fdf, hyperwave, informix and some smaller files | Stig Bakken | 1999-04-22 | 1 | -1/+1 |
* | added ext/*/config.h.stub files | Stig Bakken | 1999-04-20 | 1 | -0/+9 |