summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Christoph M. Becker2015-07-031-2/+2
|\
| * fixed fix #69975 wrt. ODBCVER < 0x0300Christoph M. Becker2015-07-031-2/+2
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-031-0/+7
|\ \ | |/
| * Fix #69975: PHP segfaults when accessing nvarchar(max) defined columnsChristoph M. Becker2015-07-031-0/+7
| * Fixed bug #69381 out of memory with sage odbc driverFrederic Marchal2015-04-281-0/+9
* | Cleanup (avoid reallocation)Dmitry Stogov2015-07-021-9/+10
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-14/+14
* | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | fix bug #69381Anatol Belski2015-04-281-0/+21
* | Merge branch 'pull-request/1239'Stanislav Malyshev2015-04-181-1/+1
|\ \
| * | fixes confusing SQLDescribeParam error messageChristoph M. Becker2015-04-161-1/+1
* | | Merge branch 'PHP-5.6'Anatol Belski2015-04-171-14/+14
|\ \ \ | |/ / |/| / | |/
| * fix column name attribute with ODBC 3.0Anatol Belski2015-04-171-1/+1
| * migrate SQLAllocStmt for ODBC 3.0 complianceAnatol Belski2015-04-171-13/+13
| * further ODBC 3.0 complianceAnatol Belski2015-04-041-1/+1
| * more compliance with the ODBC 3.0Anatol Belski2015-04-041-6/+6
| * Bump yearXinchen Hui2015-01-151-1/+1
* | further ODBC 3.0 complianceAnatol Belski2015-04-021-1/+1
* | more compliance with the ODBC 3.xAnatol Belski2015-04-021-6/+6
* | integrate static tsrm_ls cache for ext/odbcAnatol Belski2015-03-251-0/+6
* | cleanup mod version macros, round 3Anatol Belski2015-03-231-1/+1
* | fix fetching wrong resourceAnatol Belski2015-03-061-1/+1
* | added ODBCVER to phpinfo()Anatol Belski2015-02-071-0/+4
* | Attempt to port odbcXinchen Hui2015-02-041-67/+141
* | fix int to void * castAnatol Belski2015-02-031-1/+1
* | int -> size_tRasmus Lerdorf2015-01-201-7/+8
* | Fixed key lengthXinchen Hui2015-01-161-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-119/+113
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-3/+3
* | Merge branch 'PHP-5.6'Keyur Govande2014-10-071-2/+3
|\ \ | |/
| * Fix for bug #68087 (ODBC not reading DATE columns correctly)Keyur Govande2014-10-071-2/+3
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | 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-271-8/+8
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 3Anatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-102/+102
* | fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* | ported ext/odbcAnatol Belski2014-08-191-32/+32
* | basic macro replacements, all at onceAnatol Belski2014-08-191-71/+71
* | cleanupDmitry Stogov2014-08-131-10/+8
* | Fixed ext/odbcDmitry Stogov2014-08-121-10/+10
* | ext/odbc support for phpng (incomplete)Dmitry Stogov2014-08-121-187/+161
* | Merge branch 'master' into phpngDmitry Stogov2014-08-041-7/+46
|\ \ | |/
| * Corrected patch for bug #60616Keyur Govande2014-07-301-19/+44
| * Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields)Keyur Govande2014-07-281-1/+15
| * Bump yearXinchen Hui2014-01-031-1/+1