summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke unused variable (only in this branch)Kalle Sommer Nielsen2009-03-301-1/+0
* - fix logic after my build fix, thx to Hannes for the head up!Pierre Joye2009-03-241-1/+1
* - fix buildPierre Joye2009-03-241-1/+1
* Improved parameter handlingIlia Alshanetsky2009-03-231-15/+9
* - MFH: Fix protoFelipe Pena2009-02-171-1/+1
* - MFH: Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0)Felipe Pena2009-02-171-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-43/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+43
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-43/+0
* - MFH: Added odbc.default_cursortype to control the ODBC cursormodelPatrick van Kleef2008-08-291-2/+50
* - MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)Patrick van Kleef2008-08-291-77/+78
* MFH:Felipe Pena2008-08-241-623/+398
* - Added arginfoFelipe Pena2008-07-051-48/+345
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix ODBC, the GC patch missed this one leading to compilation failure.Andrey Hristov2007-10-101-2/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* fix odbc resource handling, patch by Dave LawsonStanislav Malyshev2007-03-131-6/+3
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-7/+6
* MFH: check SQLError() return value and output a meaningful errmsg when it failsAntony Dovgal2007-02-191-1/+5
* Fixed output code inside odbc_result_all()Ilia Alshanetsky2007-01-161-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-281-8/+8
* Added automatic module globals managementDmitry Stogov2006-06-151-26/+19
* bump year and license versionfoobar2006-01-011-3/+3
* MFHfoobar2005-12-061-46/+46
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-6/+6
* Fixed crash on AIXDmitry Stogov2005-09-081-0/+6
* No HTML output if html_errors is off (bug #34006)foobar2005-08-051-1/+5
* - Bumber up yearfoobar2005-08-031-1/+1
* Don't crash on exit by destroying the same hash twiceEdin Kadribasic2005-07-021-1/+1
* fix bug #33214 (odbc_next_result does not signal SQL errors with 2-statement ...Antony Dovgal2005-06-021-2/+4
* fix bug #30430 (odbc_next_result() doesn't bind values and that results in se...Antony Dovgal2005-01-181-6/+3
* fix weird DB2 issue:Antony Dovgal2005-01-171-2/+2
* fix leak appearing when odbc_errormsg() got invalid resourceAntony Dovgal2005-01-171-1/+3
* Add support for ODBCRouterWez Furlong2005-01-131-0/+42
* Checking in a patch by Dave Lawson (dlawson@masterytech.com) to correctDan Kalowsky2004-08-131-14/+14
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-4/+4
* Bug 29058 (patch submitted by bug reporter)Dan Kalowsky2004-07-151-1/+1
* Fixed possible memory leak.Ilia Alshanetsky2004-06-181-2/+6
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed formatting issues (patch by: Joe Orton)Ilia Alshanetsky2003-10-171-3/+3
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* Revert the patch per Dan\´s requestfoobar2003-08-281-48/+7
* typofixfoobar2003-08-281-1/+1
* Committing a patch for IBM DB2 BLOB support submitted by Clara LiuDan Kalowsky2003-08-271-7/+48
* Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields).Ilia Alshanetsky2003-08-141-1/+6
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-2/+2
* Fix compile warningfoobar2003-08-111-1/+1