summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup mod version macros, round 3Anatol Belski2015-03-231-0/+3
|
* Merge branch 'PHP-5.6'Anatol Belski2015-02-061-1/+0
|\ | | | | | | | | * PHP-5.6: Fixed bug #68964 Allowed memory size exhausted with odbc_exec
| * Fixed bug #68964 Allowed memory size exhausted with odbc_execAnatol Belski2015-02-061-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 yearXinchen Hui2015-01-151-1/+1
| |
| * Bump yearXinchen Hui2014-01-031-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)Patrick van Kleef2008-08-291-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Add support for latest Birdstepfoobar2005-04-141-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* WS fixfoobar2003-07-141-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* - Fixed bug #22580 (ext/odbc compile failure with dbmaker)foobar2003-05-021-0/+2
|
* UnixODBC also supports the fetch_array() and fetch_object() functions...Wez Furlong2003-04-301-1/+1
|
* Fix memory leak in odbc_fetch_(array|object).Wez Furlong2003-04-301-1/+5
| | | | | Enable those functions for IBM DB2.
* * email address changeStig Bakken2003-03-181-1/+1
|
* typo correctedDan Kalowsky2003-01-161-1/+1
|
* Adding in test ability for WIndows to fetch_objectsDan Kalowsky2003-01-161-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* The start of adding odbc_data_source() functionalityDan Kalowsky2002-08-111-1/+2
|
* - Fixed bug #15803 (and propably others related too, part 2/2)foobar2002-06-141-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)foobar2002-03-121-13/+13
|
* Changing the Velocis extension to now be called Birdstep, due to a ↵James Cox2002-03-041-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 Bergmann2002-02-281-2/+2
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* These are redefined in the sqltypes.h that comes with unixODBC. PR: #12519foobar2001-08-031-0/+8
|
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-4/+4
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* Closed off Solid DB access to a function that it doesn't support in 3.0 and ↵Dan Kalowsky2001-06-191-0/+2
| | | | | | | less. Thanks to Eric Veldhuzen
* Fix bug: #11508foobar2001-06-191-1/+1
|
* Change for Empress PHP supportWenhui Zhang2001-05-091-1/+1
|
* Fixed compatibility issues in the ODBC extension for the Velocis Database ↵Kevin2001-04-101-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. Kromann2001-03-091-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 2001Andi Gutmans2001-02-261-1/+1
|
* @- Added odbc_error() and odbc_errormsg() functions (Stig)Stig Bakken2001-01-151-21/+21
|
* it seems one section was missing the HAVE_SOLID_30 section...Dan Kalowsky2000-12-281-1/+1
|
* Corrected the spelling of verion to version, and cleaned the configurationDan Kalowsky2000-11-171-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 #6097Derick Rethans2000-10-301-0/+2
| | | | | # I did not test it, because I don't have access to an Adabase RDBMS
* Added support for SAP DBAndreas Karajannis2000-10-171-3/+12
|