summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/odbc_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* fix invalid pointer on 64-bitAnatol Belski2016-03-101-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-5/+5
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-7/+7
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-16/+16
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-7/+7
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-4/+4
* | basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
* | cleanuo (use zend_string instead of char*)Dmitry Stogov2014-08-131-5/+3
* | ext/pdo_odbc support for phpng (tested with unixODBC and mysql driver)Dmitry Stogov2014-08-121-1/+1
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+4
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Remove some compilation warnings:Christopher Jones2013-08-201-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
* Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec)Xinchen Hui2012-10-091-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed data type usage in 64bitFelipe Pena2011-06-271-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver)Felipe Pena2009-07-151-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicod...Elizabeth Marie Smith2008-03-131-1/+21
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fix for PECL bug #8944. Could also be the same problem as pecl #7775.Wez Furlong2006-10-111-1/+1
* Fix #36632Wez Furlong2006-04-301-0/+8
* Fix #35552Wez Furlong2006-04-301-3/+11
* Possible fixes for #35552, #35592 and #35620.Wez Furlong2005-12-141-9/+34
* ensure that this size is initialized correctlyWez Furlong2005-09-261-1/+5
* if we didn't detect an error, don't return -1 rows, as that means that we fou...Wez Furlong2005-07-191-0/+3
* Fix #33624, mysterious crashes on shutdown on win32Wez Furlong2005-07-101-11/+9
* Related to #33624. Crashes for me on shutdown, but seems ok for the rest of ...Wez Furlong2005-07-091-1/+1
* Fix handling of parameter binding.Wez Furlong2005-07-071-17/+17
* hunting for a bug. Looks like it might be yet-another-mysterious-shutdown pr...Wez Furlong2005-06-111-13/+12
* Fix for PECL #3714: beginTransaction doesn't work if you're in auto-commit mode.Wez Furlong2005-06-111-2/+32
* support getting some more attributesWez Furlong2005-02-061-2/+18
* Allow static build (better detection of PDO headers).Wez Furlong2005-01-211-1/+4
* make use of the query rewriter (even though it doesn't do anything yet)Wez Furlong2005-01-211-25/+25
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1
* allow static linkage.Wez Furlong2005-01-191-1/+2
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* tidy up a few thingsWez Furlong2005-01-171-7/+23