| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug #62379 was missing in 5.3 | Anatoliy Belsky | 2012-07-17 | 3 | -62/+176 |
* | Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO). | Ilia Alshanetsky | 2012-03-14 | 1 | -5/+7 |
* | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
* | - Fix #55301 (pdo_odbc part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -0/+3 |
* | - Fixed data type usage in 64bit | Felipe Pena | 2011-06-27 | 3 | -3/+3 |
* | Oops, can't cache it here because it won't work | Rasmus Lerdorf | 2011-05-15 | 1 | -5/+5 |
* | Cache the pdo include path | Rasmus Lerdorf | 2011-05-15 | 1 | -5/+5 |
* | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 5 | -5/+5 |
* | Revert attempt at supporting both autoconf 2.13 and | Rasmus Lerdorf | 2009-11-29 | 1 | -5/+5 |
* | Someone strap down Jani and give him a sedative please. | Rasmus Lerdorf | 2009-11-25 | 1 | -5/+5 |
* | - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver) | Felipe Pena | 2009-07-15 | 1 | -1/+1 |
* | - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver) | Felipe Pena | 2009-07-15 | 1 | -2/+2 |
* | MFH: Cast to SQLUSMALLINT | Kalle Sommer Nielsen | 2009-05-19 | 1 | -2/+2 |
* | - wrong var name | Pierre Joye | 2009-04-23 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 5 | -5/+5 |
* | MFH: nuketh C++ comments | Jani Taskinen | 2008-08-03 | 1 | -2/+2 |
* | MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all | Jani Taskinen | 2008-07-25 | 1 | -4/+4 |
* | - do not enable an ext when a lib/header fails | Pierre Joye | 2008-06-23 | 1 | -2/+1 |
* | - really check for the dependency, libs and header and don't enable the ext i... | Pierre Joye | 2008-06-22 | 1 | -5/+11 |
* | [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicod... | Elizabeth Marie Smith | 2008-03-13 | 4 | -24/+254 |
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -5/+5 |
* | add iODBC support to pdo_odbc | Wez Furlong | 2007-10-08 | 1 | -2/+8 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
* | 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 |