summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-6/+2
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-3/+3
* Remove, or fix, unused variablesGabriel Caruso2018-03-271-3/+0
* Merge branch 'PHP-7.2'Anatol Belski2018-01-221-0/+7
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-221-0/+7
| |\
| | * Fixed bug #73725 Unable to retrieve value of varchar(max) typeAnatol Belski2018-01-221-0/+7
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-178/+178
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Tell the diff by returning NULL, if system has no ODBC data sourcesAnatol Belski2017-12-201-1/+5
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-7/+1
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | Removed support for ODBCRouterKalle Sommer Nielsen2017-07-281-40/+0
* | | Removed Bird(broken)step support from ODBCKalle Sommer Nielsen2017-07-191-10/+6
|/ /
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-2/+2
|/
* avoid unneeded copyingAnatol Belski2016-11-071-11/+7
* Fixed bug #73448 odbc_errormsg returns trash, always 513 bytesAnatol Belski2016-11-071-15/+8
* Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-03-171-7/+14
|\
| * Fix Bug #63171 Script hangs after max_execution_timeRemi Collet2016-03-171-7/+14
| * Fixed bug #47803Anatol Belski2016-02-241-18/+22
* | fix pointer truncation on 64 bitAnatol Belski2016-03-141-1/+1
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | Port patch and test for bug #47803 to 7.0Anatol Belski2016-02-241-18/+23
* | 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
* | properly export ext/odbc globalsAnatol Belski2015-08-021-1/+1
* | 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