| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' | Anatol Belski | 2017-12-22 | 1 | -1/+1 |
|\ |
|
| * | Fix wrong return value for fail case in set attribute handler in pdo_odbc | Anatol Belski | 2017-12-22 | 1 | -1/+1 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | fix invalid pointer on 64-bit | Anatol Belski | 2016-03-10 | 1 | -1/+1 |
* | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -2/+2 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | fix invalid pointer on 64-bit | Anatol Belski | 2016-03-10 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ |
|
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -5/+5 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -7/+7 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -16/+16 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -7/+7 |
* | | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 1 | -4/+4 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
* | | cleanuo (use zend_string instead of char*) | Dmitry Stogov | 2014-08-13 | 1 | -5/+3 |
* | | ext/pdo_odbc support for phpng (tested with unixODBC and mysql driver) | Dmitry Stogov | 2014-08-12 | 1 | -1/+1 |
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+4 |
|/ |
|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Remove some compilation warnings: | Christopher Jones | 2013-08-20 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
* | Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec) | Xinchen Hui | 2012-10-09 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Fixed data type usage in 64bit | Felipe Pena | 2011-06-27 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver) | Felipe Pena | 2009-07-15 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicod... | Elizabeth Marie Smith | 2008-03-13 | 1 | -1/+21 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | - 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 | 1 | -1/+1 |
* | Fix for PECL bug #8944. Could also be the same problem as pecl #7775. | Wez Furlong | 2006-10-11 | 1 | -1/+1 |
* | Fix #36632 | Wez Furlong | 2006-04-30 | 1 | -0/+8 |
* | Fix #35552 | Wez Furlong | 2006-04-30 | 1 | -3/+11 |
* | Possible fixes for #35552, #35592 and #35620. | Wez Furlong | 2005-12-14 | 1 | -9/+34 |
* | ensure that this size is initialized correctly | Wez Furlong | 2005-09-26 | 1 | -1/+5 |
* | 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 |
* | 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 |
* | Fix handling of parameter binding. | Wez Furlong | 2005-07-07 | 1 | -17/+17 |
* | hunting for a bug. Looks like it might be yet-another-mysterious-shutdown pr... | Wez Furlong | 2005-06-11 | 1 | -13/+12 |
* | Fix for PECL #3714: beginTransaction doesn't work if you're in auto-commit mode. | Wez Furlong | 2005-06-11 | 1 | -2/+32 |