summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #61387 (NULL valued anonymous column causes segfault in ↵Felipe Pena2013-06-241-1/+1
| | | | odbc_fetch_array) patch by: Brandon Kirsch
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-1/+1
|\ | | | | | | | | * PHP-5.3: Remove extra ;
| * 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 ↵Pierre Joye2010-11-181-1/+4
| | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
| * - Fixed bug #52512 (Broken error handling in odbc_execute)Felipe Pena2010-11-071-2/+43
| | | | | | | | | | patch by: mkoegler at auto dot tuwien dot ac dot at
* | - 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 ↵Felipe Pena2011-06-061-0/+4
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Fixed bug #52512 (Broken error handling in odbc_execute)Felipe Pena2010-11-071-2/+43
| | | | | | | | | | patch by: mkoegler at auto dot tuwien dot ac dot at
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-7/+0
|/ | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* - 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 ↵Felipe Pena2009-12-061-14/+6
| | | | | | | database) - Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com)
* - MFH: Improved fix for #42414Felipe Pena2009-05-141-47/+19
|
* MFH:Felipe Pena2009-05-141-0/+28
| | | | | | - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver) patch by: jhml at gmx dot net
* - MFH: Fixed bug #48038 (odbc_execute changes variables used to form params ↵Felipe Pena2009-05-011-1/+1
| | | | array)
* 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
| | | | | [DOC] proto: $result_array is a reference
* - 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
| | | | | | (bug #43668) #[DOC]
* - 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
| | | | | | - New parameter parsing API - CS
* - Added arginfoFelipe Pena2008-07-051-48/+345
| | | | | - Removed #include "zend_arg_defs.c"
* 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
|