summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-015-5/+5
|
* 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-015-5/+5
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Year++Felipe Pena2011-01-015-5/+5
| |
| * - 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-015-5/+5
| |
* | - 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-015-5/+5
| |
* | - 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
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-3/+3
| |
* | 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-035-5/+5
|
* - 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: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
| | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots
* - MFH: Improved fix for #42414Felipe Pena2009-05-141-47/+19
|
* - New testsFelipe Pena2009-05-146-0/+200
|
* 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
* - Starting tests for this extensionFelipe Pena2009-05-113-0/+58
|
* - 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-315-5/+5
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-172-55/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-022-0/+55
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-242-55/+0
|
* - MFH: Added odbc.default_cursortype to control the ODBC cursormodelPatrick van Kleef2008-08-292-2/+51
| | | | | | (bug #43668) #[DOC]
* - MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)Patrick van Kleef2008-08-293-94/+99
|
* MFH:Felipe Pena2008-08-241-623/+398
| | | | | | - New parameter parsing API - CS
* - Added arginfoFelipe Pena2008-07-201-24/+91
|
* - Added arginfoFelipe Pena2008-07-051-48/+345
| | | | | - Removed #include "zend_arg_defs.c"
* - New parameter parsing APIFelipe Pena2008-06-251-60/+62
|
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-6/+10
| | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
|
* 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-272-2/+2
|
* MFHJani Taskinen2007-08-311-0/+1
|
* MFH: Fix some lib vs $PHP_LIBDIR issuesJani Taskinen2007-07-311-2/+2
|
* MFH:- Fixed bug #42019 (configure option --with-adabas=DIR does not work)Jani Taskinen2007-07-171-0/+1
|
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-253/+174
| | | | | | | | | | | | MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
* MFH: Fix some configure --help textsfoobar2007-07-031-38/+20
|