| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -5/+5 |
| * | MFH | Jani Taskinen | 2007-07-09 | 1 | -2/+1 |
| * | MFH: - Use $PHP_LIBDIR where appropriate | Jani Taskinen | 2007-07-09 | 1 | -3/+3 |
| * | MFH: Fixed bug #41870 (PDO_ODBC module linking fails with iODBC) | Jani Taskinen | 2007-07-09 | 1 | -1/+1 |
| * | MFH | Hannes Magnusson | 2007-05-28 | 1 | -2/+0 |
| * | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 5 | -5/+5 |
| * | Fix for PECL #7755; use the displayable column width as the basis for our | Wez Furlong | 2006-10-11 | 2 | -5/+24 |
| * | Fix for PECL bug #8944. Could also be the same problem as pecl #7775. | Wez Furlong | 2006-10-11 | 5 | -6/+19 |
| * | set min pdo dep to 1.0.3, which will be the new pecl release | Wez Furlong | 2006-05-02 | 1 | -1/+1 |
| * | prep for pecl release | Wez Furlong | 2006-05-02 | 1 | -1/+3 |
| * | fix PECL #6544 | Wez Furlong | 2006-04-30 | 1 | -1/+1 |
| * | Fix #36632 | Wez Furlong | 2006-04-30 | 1 | -0/+8 |
| * | Fix #35552 | Wez Furlong | 2006-04-30 | 1 | -3/+11 |
| * | Fix for #36342; ODBC won't let you bind variables by buffer after "long" | Wez Furlong | 2006-03-27 | 2 | -3/+9 |
| * | Possible fixes for #35552, #35592 and #35620. | Wez Furlong | 2005-12-14 | 1 | -9/+34 |
| * | switch to package2.xml | Wez Furlong | 2005-12-04 | 3 | -52/+70 |
| * | set to 1.0 stable. | Wez Furlong | 2005-11-26 | 2 | -5/+5 |
| * | Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend exten... | Wez Furlong | 2005-11-25 | 1 | -2/+2 |
| * | Add pdo_odbc.db2_instance_name ini setting when built against DB2. | Wez Furlong | 2005-11-25 | 1 | -0/+27 |
| * | prep for pecl release | Wez Furlong | 2005-11-01 | 1 | -8/+7 |
| * | Apply patch for #34900, sight unseen. | Dan Scott | 2005-10-18 | 1 | -4/+4 |
| * | Fix for PECL #5433 (rowCount() not set) | Wez Furlong | 2005-09-30 | 1 | -0/+4 |
| * | ensure that this size is initialized correctly | Wez Furlong | 2005-09-26 | 1 | -1/+5 |
| * | MFH: use PDO:: class constants | Wez Furlong | 2005-09-20 | 2 | -6/+6 |
| * | update package.xml files and version numbers, in anticipation of a big bunch ... | Wez Furlong | 2005-09-11 | 2 | -4/+4 |
| * | prep for pecl release | Wez Furlong | 2005-07-27 | 3 | -8/+41 |
| * | try to make the test a bit more portable | Wez Furlong | 2005-07-19 | 1 | -3/+9 |
| * | this should always be a string here, but just in case, convert it. | Wez Furlong | 2005-07-19 | 1 | -0/+1 |
| * | if we didn't detect an error, don't return -1 rows, as that means that we fou... | Wez Furlong | 2005-07-19 | 1 | -0/+3 |
| * | Closes #33533 by implementing proper dynamic fetching of long text columns. | Wez Furlong | 2005-07-19 | 2 | -13/+126 |
| * | Limit the size of columns to 64K, so we don't try to allocate 2GB for each text | Wez Furlong | 2005-07-19 | 1 | -0/+6 |
| * | Fix #33624, mysterious crashes on shutdown on win32 | Wez Furlong | 2005-07-10 | 1 | -11/+9 |
| * | Related to #33624. Crashes for me on shutdown, but seems ok for the rest of ... | Wez Furlong | 2005-07-09 | 1 | -1/+1 |
| * | don't free the cols until we know we have another rowset | Wez Furlong | 2005-07-09 | 1 | -2/+1 |
| * | DB2 wants us to use the proper ODBC 3 function for closing a cursor. | Wez Furlong | 2005-07-07 | 1 | -4/+4 |
| * | more paranoia about the attribute param here too | Wez Furlong | 2005-07-07 | 1 | -1/+3 |
| * | Hmm, these ldflags went AWOL. | Wez Furlong | 2005-07-07 | 1 | -2/+2 |
| * | Fix handling of parameter binding. | Wez Furlong | 2005-07-07 | 5 | -47/+130 |
| * | replace pdo_odbc tests with new redirection thingy | Wez Furlong | 2005-07-06 | 30 | -1816/+46 |
| * | build related adjustments. | Wez Furlong | 2005-06-22 | 2 | -2/+15 |
| * | Bring PDO_ODBC tests in sync with PDO base tests. | Dan Scott | 2005-06-15 | 9 | -2/+523 |
| * | Partial revert: AC_DEFINE / PHP_HAVE_DEF need to be called once only per macro | foobar | 2005-06-14 | 1 | -31/+29 |
| * | - Fixed some places which might cause problems | foobar | 2005-06-14 | 1 | -48/+56 |
| * | - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) | foobar | 2005-06-14 | 1 | -19/+9 |
| * | hunting for a bug. Looks like it might be yet-another-mysterious-shutdown pr... | Wez Furlong | 2005-06-11 | 1 | -13/+12 |
| * | PDO_ODBC returns strings for all data types. Bring expected output in line. | Dan Scott | 2005-06-11 | 1 | -8/+8 |
| * | become a better config.m4 citizen | Wez Furlong | 2005-06-11 | 1 | -3/+4 |
| * | Fix for PECL #3714: beginTransaction doesn't work if you're in auto-commit mode. | Wez Furlong | 2005-06-11 | 1 | -2/+32 |
| * | test commit | Wez Furlong | 2005-06-06 | 1 | -0/+2 |