summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* int -> size_tRasmus Lerdorf2015-01-201-7/+8
* Fixed key lengthXinchen Hui2015-01-161-2/+2
* bump yearXinchen Hui2015-01-155-5/+5
* trailing whitespace removalStanislav Malyshev2015-01-102-9/+9
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-212-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-156/+150
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-192-4/+4
* Merge branch 'PHP-5.6'Keyur Govande2014-10-072-2/+60
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2014-10-072-2/+60
| |\
| | * Fix for bug #68087 (ODBC not reading DATE columns correctly)Keyur Govande2014-10-072-2/+60
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-195-5/+5
* | | fix possible pointer truncationAnatol Belski2014-09-141-2/+2
* | | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-10/+10
* | | first show to make 's' work with size_tAnatol Belski2014-08-272-10/+10
* | | fixed several long vs zend_long castsAnatol Belski2014-08-262-2/+2
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-252-2/+2
* | | master renames phase 3Anatol Belski2014-08-251-2/+2
* | | master renames phase 1Anatol Belski2014-08-254-155/+155
* | | fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* | | ported ext/odbcAnatol Belski2014-08-194-72/+72
* | | basic macro replacements, all at onceAnatol Belski2014-08-192-85/+85
* | | cleanupDmitry Stogov2014-08-131-10/+8
* | | Fixed ext/odbcDmitry Stogov2014-08-121-10/+10
* | | ext/odbc support for phpng (incomplete)Dmitry Stogov2014-08-123-190/+164
* | | Merge branch 'master' into phpngDmitry Stogov2014-08-045-13/+122
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2014-07-305-26/+121
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Keyur Govande2014-07-305-26/+121
| | |\
| | | * Corrected patch for bug #60616Keyur Govande2014-07-305-26/+121
| * | | Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2014-07-282-2/+16
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Keyur Govande2014-07-282-2/+16
| | |\ \ | | | |/
| | | * Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields)Keyur Govande2014-07-282-2/+16
| | | * Bump yearXinchen Hui2014-01-035-5/+5
| | * | Bump yearXinchen Hui2014-01-035-5/+5
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
|/ / /
* | | Bump yearXinchen Hui2014-01-035-5/+5
* | | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-10-261-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-10-261-1/+1
| |\ \ | | |/
| | * Fixed bug #65950 Field name truncation if the field name is bigger than 32 ch...Yasuo Ohgaki2013-10-261-1/+1
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-181-11/+26
| |\ \ | | |/
| | * Use pkg-config to detect iodbcOle Markus With2013-08-181-11/+26
| | * typo fixesVeres Lajos2013-07-151-1/+1
* | | Merge branch 'pull-request/411'Stanislav Malyshev2013-08-181-12/+27
|\ \ \ | |/ / |/| |
| * | Use pkg-config to detect iodbcOle Markus With2013-08-171-12/+27
* | | code related typo fixesVeres Lajos2013-08-181-1/+1
|/ /
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-16/+15
* | typo fixesVeres Lajos2013-07-151-1/+1
|/
* - Fixed bug #61387 (NULL valued anonymous column causes segfault in odbc_fetc...Felipe Pena2013-06-241-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Happy New YearXinchen Hui2013-01-015-5/+5
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-1/+1
|\