Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
| | |||||
* | Merge branch 'PHP-5.6' | Anatol Belski | 2015-02-06 | 1 | -1/+0 |
|\ | | | | | | | | | * PHP-5.6: Fixed bug #68964 Allowed memory size exhausted with odbc_exec | ||||
| * | Fixed bug #68964 Allowed memory size exhausted with odbc_exec | Anatol Belski | 2015-02-06 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done in two steps: - the ODBCVER has to be rased to 0x0300 which corresponds to Sql Server 9, otherwise the client will not recognize several SQL datatypes - additionally the config scripts was tweaked so then ODBCVER can be overridden, that still allows enabling compatibility with lower versions Bug #67437 might be fixed by this as well. | ||||
| * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666) | Patrick van Kleef | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Add support for latest Birdstep | foobar | 2005-04-14 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | WS fix | foobar | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | - Fixed bug #22580 (ext/odbc compile failure with dbmaker) | foobar | 2003-05-02 | 1 | -0/+2 |
| | |||||
* | UnixODBC also supports the fetch_array() and fetch_object() functions... | Wez Furlong | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | Fix memory leak in odbc_fetch_(array|object). | Wez Furlong | 2003-04-30 | 1 | -1/+5 |
| | | | | | Enable those functions for IBM DB2. | ||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | typo corrected | Dan Kalowsky | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Adding in test ability for WIndows to fetch_objects | Dan Kalowsky | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | The start of adding odbc_data_source() functionality | Dan Kalowsky | 2002-08-11 | 1 | -1/+2 |
| | |||||
* | - Fixed bug #15803 (and propably others related too, part 2/2) | foobar | 2002-06-14 | 1 | -248/+2 |
| | | | | | | | | | . Changed the configure/compile so that it doesn't "pollute" the INCLUDES anymore and thus cause trouble with other extensions which might use the same header files. (e.g. Informix) . Separated the #include statements to own file so we don't get any errors when compiling main/internal_functions.c | ||||
* | - Fix more possible bugs (bug #16008 related) | foobar | 2002-03-12 | 1 | -13/+13 |
| | |||||
* | Changing the Velocis extension to now be called Birdstep, due to a ↵ | James Cox | 2002-03-04 | 1 | -4/+4 |
| | | | | | | | | | product/company change. added aliases for Velocis to the birdstep functions. # testing is both advised and encouraged! @ The Velocis extension is no | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | These are redefined in the sqltypes.h that comes with unixODBC. PR: #12519 | foobar | 2001-08-03 | 1 | -0/+8 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -4/+4 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| | |||||
* | Closed off Solid DB access to a function that it doesn't support in 3.0 and ↵ | Dan Kalowsky | 2001-06-19 | 1 | -0/+2 |
| | | | | | | | less. Thanks to Eric Veldhuzen | ||||
* | Fix bug: #11508 | foobar | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | Change for Empress PHP support | Wenhui Zhang | 2001-05-09 | 1 | -1/+1 |
| | |||||
* | Fixed compatibility issues in the ODBC extension for the Velocis Database ↵ | Kevin | 2001-04-10 | 1 | -1/+11 |
| | | | | server. Specifically, config.m4 was changed to use the client libraries instead of the serer libraries, and to look for the libs in the $RDSHOME/lin directory ass opposed to the $RDSHOME/bin directory. Makefile.in was changed to use the php_odbc.c file as the source for Velocis support. Other misc changes include a few #defines for some undefined data types and some #ifdefs for unsupported functions. | ||||
* | Adding a new function odbc_next_result() allowing the query to return more ↵ | Frank M. Kromann | 2001-03-09 | 1 | -0/+1 |
| | | | | | | | than one result. This can be done with a stored procedure or by sending more than one select to the server. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | @- Added odbc_error() and odbc_errormsg() functions (Stig) | Stig Bakken | 2001-01-15 | 1 | -21/+21 |
| | |||||
* | it seems one section was missing the HAVE_SOLID_30 section... | Dan Kalowsky | 2000-12-28 | 1 | -1/+1 |
| | |||||
* | Corrected the spelling of verion to version, and cleaned the configuration | Dan Kalowsky | 2000-11-17 | 1 | -3/+6 |
| | | | | | | | | | | | | code up a bit. Also added in much better (read: tested) support for Solid 3.0. Credit for almost all of the patch goes to Eric Veldhuyzen, minor modifications done (by me) to make it non-linux specific. This commit also creates the HAVE_SOLID_30 define @ Fixed/created support for Solid 3.0 databases (kalowsky) @ Fixed support for Solid 2.3 databases (kalowsky) | ||||
* | - Added the two constants mentioned in bug #6097 | Derick Rethans | 2000-10-30 | 1 | -0/+2 |
| | | | | | # I did not test it, because I don't have access to an Adabase RDBMS | ||||
* | Added support for SAP DB | Andreas Karajannis | 2000-10-17 | 1 | -3/+12 |
| |