summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-1/+1
|\
| * Remove extra ;Johannes Schlüter2012-06-221-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-1/+4
| * - Fixed bug #52512 (Broken error handling in odbc_execute)Felipe Pena2010-11-071-2/+43
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-0/+4
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #52512 (Broken error handling in odbc_execute)Felipe Pena2010-11-071-2/+43
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-7/+0
|/
* - Fixed bug #49429, #51331 (odbc_autocommit doesn't work)Felipe Pena2010-03-201-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle da...Felipe Pena2009-12-061-14/+6
* - MFH: Improved fix for #42414Felipe Pena2009-05-141-47/+19
* MFH:Felipe Pena2009-05-141-0/+28
* - MFH: Fixed bug #48038 (odbc_execute changes variables used to form params a...Felipe Pena2009-05-011-1/+1
* 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