| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing prototypes to match function names | Frank M. Kromann | 2001-05-22 | 1 | -1/+1 |
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -5/+5 |
* | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -7/+8 |
* | Change for Empress PHP support | Wenhui Zhang | 2001-05-09 | 3 | -12/+80 |
* | this is a fix for bug 10250. it basically provides the unixODBC driver with | Dan Kalowsky | 2001-05-08 | 1 | -5/+5 |
* | - More strncpy() -> strlcpy() changes. Am I getting bored yet? :) | Andi Gutmans | 2001-05-02 | 1 | -4/+4 |
* | Fix bug #10563 | foobar | 2001-05-01 | 1 | -3/+3 |
* | - Use memcpy() instead of strlcpy() which is faster. | Andi Gutmans | 2001-04-19 | 1 | -6/+5 |
* | appling patch for joey since he has no ODBC karma. this is for bug #10252 | Dan Kalowsky | 2001-04-19 | 1 | -2/+4 |
* | corrects bug #7488, patch supplied by submitter (torben@php.net). | Dan Kalowsky | 2001-04-19 | 1 | -7/+8 |
* | This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why t... | Dan Kalowsky | 2001-04-17 | 1 | -4/+0 |
* | Fixed compatibility issues in the ODBC extension for the Velocis Database ser... | Kevin | 2001-04-10 | 4 | -18/+29 |
* | Separate CPPFLAGS from CFLAGS. | Wilfredo Sanchez | 2001-04-03 | 1 | -1/+1 |
* | Added small change to php_odbc module, to check for failed SQLDisconnects | Nick Gorham | 2001-04-02 | 1 | -8/+20 |
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -13/+13 |
* | The last fix was missing a &, Marc Boeren either made the patch wrong, or I a... | Dan Kalowsky | 2001-03-27 | 1 | -1/+1 |
* | Fix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl). | Dan Kalowsky | 2001-03-27 | 1 | -3/+3 |
* | Adding a new function odbc_next_result() allowing the query to return more th... | Frank M. Kromann | 2001-03-09 | 2 | -1/+51 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 4 | -4/+4 |
* | * dbmaker fix, shared support | Stig Bakken | 2001-02-21 | 1 | -3/+12 |
* | Fix Win32 build | Zeev Suraski | 2001-01-15 | 1 | -1/+3 |
* | @- Added odbc_error() and odbc_errormsg() functions (Stig) | Stig Bakken | 2001-01-15 | 2 | -76/+147 |
* | Adding hack to allow odbc_tables to work on Access databases | Frank M. Kromann | 2001-01-05 | 1 | -0/+3 |
* | it seems one section was missing the HAVE_SOLID_30 section... | Dan Kalowsky | 2000-12-28 | 1 | -1/+1 |
* | added #define(OPENLINK) to the SDWORD instead of SQLINTEGER line.. this is fo... | Dan Kalowsky | 2000-12-28 | 1 | -1/+1 |
* | config file was missing a new line which seemed to cause the if statement to ... | Dan Kalowsky | 2000-12-28 | 1 | -1/+2 |
* | Stop automatically passing vars to AC_SUBST through PHP_SUBST. | Sascha Schumann | 2000-12-20 | 1 | -1/+1 |
* | No need to link main binary with ODBC libs if we use shared module | Stanislav Malyshev | 2000-12-17 | 1 | -1/+3 |
* | @Added ODBC_TYPE constant (Stig) | Stig Bakken | 2000-12-15 | 1 | -0/+1 |
* | Enable DB2 shared build | Stanislav Malyshev | 2000-12-07 | 1 | -0/+1 |
* | Applied IBM DB2 patch by Walter Franzini <walter@sys-net.it> | Stig Bakken | 2000-12-05 | 1 | -13/+28 |
* | added name for credits on work for Solid interface.. | Dan Kalowsky | 2000-12-04 | 1 | -1/+1 |
* | @ Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen) | Dan Kalowsky | 2000-11-22 | 1 | -27/+34 |
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
* | Missed one section that required the addition of a new HAVE_SOLID_30 | Dan Kalowsky | 2000-11-17 | 1 | -1/+1 |
* | Corrected the spelling of verion to version, and cleaned the configuration | Dan Kalowsky | 2000-11-17 | 3 | -30/+28 |
* | - Added the two constants mentioned in bug #6097 | Derick Rethans | 2000-10-30 | 1 | -0/+2 |
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 2 | -5/+5 |
* | Config Patch for DBMaker | Andreas Karajannis | 2000-10-21 | 1 | -5/+4 |
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 2 | -10/+15 |
* | Added support for SAP DB | Andreas Karajannis | 2000-10-17 | 3 | -8/+74 |
* | corrected lines for Solid 2.3 systems after some advice from users, please te... | Dan Kalowsky | 2000-09-29 | 2 | -1/+10 |
* | Fix configure (with Solaris). | foobar | 2000-09-28 | 1 | -1/+1 |
* | Having odbc_tables() and odbc_columns() match the documentation with paramete... | Frank M. Kromann | 2000-09-28 | 1 | -34/+30 |
* | - Fix build of db2 | Andi Gutmans | 2000-09-28 | 1 | -0/+1 |
* | prefer -gt to -lt, and dropped the version number to 2 instead of 3 | Dan Kalowsky | 2000-08-24 | 1 | -18/+21 |
* | -lt is preferred over \> | Sascha Schumann | 2000-08-23 | 1 | -1/+1 |
* | cleaned up the PHP/SOLID integration code, and corrected some minor assumptio... | Dan Kalowsky | 2000-08-22 | 2 | -21/+16 |
* | Patched to work for Solid/Linux libc5 and glibc2 without the need for renamin... | Dan Kalowsky | 2000-07-24 | 1 | -1/+1 |
* | Patched to work for Solid/Linux libc5 and glibc2 without the need for renamin... | Dan Kalowsky | 2000-07-24 | 1 | -1/+5 |