summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle da...Felipe Pena2009-12-061-14/+6
* Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
* - Fix testFelipe Pena2009-05-141-1/+1
* - Improved fix for #42414Felipe Pena2009-05-141-24/+8
* - New testsFelipe Pena2009-05-146-0/+200
* - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC dri...Felipe Pena2009-05-141-0/+28
* - Starting tests for this extensionFelipe Pena2009-05-113-0/+58
* - Fixed bug #48038 (odbc_execute changes variables used to form params array)Felipe Pena2009-05-011-1/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-105-5/+5
* - Fix protoFelipe Pena2009-02-171-1/+1
* - Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0)Felipe Pena2009-02-171-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-172-55/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-022-0/+55
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-242-55/+0
* - Added odbc.default_cursortype to control the ODBC cursormodel (bug #43668)Patrick van Kleef2008-08-292-2/+51
* - Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)Patrick van Kleef2008-08-293-94/+99
* - New parameter parsing APIFelipe Pena2008-08-241-632/+400
* - MFB: Added arginfoFelipe Pena2008-07-201-24/+91
* MFB:Felipe Pena2008-07-051-48/+345
* - New parameter parsing APIFelipe Pena2008-06-251-60/+62
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* MFB and unify codeAndrey Hristov2007-10-101-2/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-2/+2
* - Include php_ini.h (needed in future, does not break anything)Jani Taskinen2007-08-311-0/+1
* - Fix some lib vs. $PHP_LIBDIR issues.Jani Taskinen2007-07-311-2/+2
* - Fixed bug #42019 (configure option --with-adabas=DIR does not work)Jani Taskinen2007-07-171-0/+1
* - Changed all AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-253/+174
* - Fix some configure --help textsfoobar2007-07-031-38/+20
* MFB: fix odbc resource handling, patch by Dave LawsonStanislav Malyshev2007-03-132-6/+3
* - avoid sprintfMarcus Boerger2007-02-241-7/+6
* check SQLError() return value and output a meaningful errmsg when it failsAntony Dovgal2007-02-191-1/+5
* MFB: Fixed output code inside odbc_result_all()Ilia Alshanetsky2007-01-161-2/+2
* Bump year.Sebastian Bergmann2007-01-015-5/+5
* use strlcat()Antony Dovgal2006-12-281-8/+8
* MFB: fix #37848 (ext/odbc compile failure)Antony Dovgal2006-06-191-1/+1
* Fixed compilation (automatic module globals management).Dmitry Stogov2006-06-142-12/+12
* Added automatic module globals managementDmitry Stogov2006-06-131-17/+10
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-7/+0
* fix #35959 (Cannot build with Solid 2.3)Antony Dovgal2006-01-101-1/+1
* bump year and license versionfoobar2006-01-015-15/+15
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* nuke php3 legacyfoobar2005-12-061-46/+46
* - 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-035-5/+5
* Don't crash on exit by destroying the same hash twiceEdin Kadribasic2005-07-021-1/+1