Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.3: Remove extra ; | ||||
| * | Remove extra ; | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
| | | |||||
| * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -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 Pena | 2010-11-07 | 1 | -2/+43 |
| | | | | | | | | | | patch by: mkoegler at auto dot tuwien dot ac dot at | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
| | | |||||
* | | - Fixed bug #52512 (Broken error handling in odbc_execute) | Felipe Pena | 2010-11-07 | 1 | -2/+43 |
| | | | | | | | | | | patch by: mkoegler at auto dot tuwien dot ac dot at | ||||
* | | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -3/+3 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -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 Pena | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 5 | -5/+5 |
| | |||||
* | - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle ↵ | Felipe Pena | 2009-12-06 | 1 | -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 Wilmas | 2009-06-06 | 1 | -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 #42414 | Felipe Pena | 2009-05-14 | 1 | -47/+19 |
| | |||||
* | - New tests | Felipe Pena | 2009-05-14 | 6 | -0/+200 |
| | |||||
* | MFH: | Felipe Pena | 2009-05-14 | 1 | -0/+28 |
| | | | | | | - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver) patch by: jhml at gmx dot net | ||||
* | - Starting tests for this extension | Felipe Pena | 2009-05-11 | 3 | -0/+58 |
| | |||||
* | - MFH: Fixed bug #48038 (odbc_execute changes variables used to form params ↵ | Felipe Pena | 2009-05-01 | 1 | -1/+1 |
| | | | | array) | ||||
* | Nuke unused variable (only in this branch) | Kalle Sommer Nielsen | 2009-03-30 | 1 | -1/+0 |
| | |||||
* | - fix logic after my build fix, thx to Hannes for the head up! | Pierre Joye | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | - fix build | Pierre Joye | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | Improved parameter handling | Ilia Alshanetsky | 2009-03-23 | 1 | -15/+9 |
| | |||||
* | - MFH: Fix proto | Felipe Pena | 2009-02-17 | 1 | -1/+1 |
| | | | | | [DOC] proto: $result_array is a reference | ||||
* | - MFH: Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0) | Felipe Pena | 2009-02-17 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 5 | -5/+5 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 2 | -55/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 2 | -0/+55 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 2 | -55/+0 |
| | |||||
* | - MFH: Added odbc.default_cursortype to control the ODBC cursormodel | Patrick van Kleef | 2008-08-29 | 2 | -2/+51 |
| | | | | | | (bug #43668) #[DOC] | ||||
* | - MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666) | Patrick van Kleef | 2008-08-29 | 3 | -94/+99 |
| | |||||
* | MFH: | Felipe Pena | 2008-08-24 | 1 | -623/+398 |
| | | | | | | - New parameter parsing API - CS | ||||
* | - Added arginfo | Felipe Pena | 2008-07-20 | 1 | -24/+91 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-07-05 | 1 | -48/+345 |
| | | | | | - Removed #include "zend_arg_defs.c" | ||||
* | - New parameter parsing API | Felipe Pena | 2008-06-25 | 1 | -60/+62 |
| | |||||
* | - do not enable an ext when a lib/header fails | Pierre Joye | 2008-06-23 | 1 | -6/+10 |
| | | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers | ||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -5/+5 |
| | |||||
* | Fix ODBC, the GC patch missed this one leading to compilation failure. | Andrey Hristov | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 2 | -2/+2 |
| | |||||
* | MFH | Jani Taskinen | 2007-08-31 | 1 | -0/+1 |
| | |||||
* | MFH: Fix some lib vs $PHP_LIBDIR issues | Jani Taskinen | 2007-07-31 | 1 | -2/+2 |
| | |||||
* | MFH:- Fixed bug #42019 (configure option --with-adabas=DIR does not work) | Jani Taskinen | 2007-07-17 | 1 | -0/+1 |
| | |||||
* | MFH: - Changed AC_ARG_* options to PHP_ARG_* options. | Jani Taskinen | 2007-07-11 | 1 | -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 texts | foobar | 2007-07-03 | 1 | -38/+20 |
| |