summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #15803 (and propably others related too, part 2/2)foobar2002-06-141-248/+2
* - Fix more possible bugs (bug #16008 related)foobar2002-03-121-13/+13
* Changing the Velocis extension to now be called Birdstep, due to a product/co...James Cox2002-03-041-4/+4
* 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 th...Zeev Suraski2001-07-301-4/+4
* 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 l...Dan Kalowsky2001-06-191-0/+2
* 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 ser...Kevin2001-04-101-1/+11
* Adding a new function odbc_next_result() allowing the query to return more th...Frank M. Kromann2001-03-091-0/+1
* - 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
* - Added the two constants mentioned in bug #6097Derick Rethans2000-10-301-0/+2
* Added support for SAP DBAndreas Karajannis2000-10-171-3/+12
* corrected lines for Solid 2.3 systems after some advice from users, please te...Dan Kalowsky2000-09-291-1/+0
* cleaned up the PHP/SOLID integration code, and corrected some minor assumptio...Dan Kalowsky2000-08-221-1/+8
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+10
* Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>Stig Bakken2000-07-061-0/+6
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning ...Dan Kalowsky2000-06-301-5/+18
* Cosmetic changes.Andreas Karajannis2000-05-281-4/+5
* Forcing passing by reference for array in odbc_fetch_into()Andreas Karajannis2000-05-111-5/+6
* odbc_close() and odbc_close_all() working againAndreas Karajannis2000-03-131-1/+0
* remove recent patch to _close_odbc_conn calling _free_odbc_resultLeo Baschy2000-03-121-1/+0
* _close_odbc_conn calls _free_odbc_result if possibleLeo Baschy2000-03-091-0/+1
* Define SQL_SUCCEEDED for Solid.Sascha Schumann2000-02-231-0/+1
* uodbc now uses zend's reference system. The crashes on request shutdown shoul...Andreas Karajannis2000-02-231-3/+5
* Statements get closed before connection shutdown.Andreas Karajannis2000-01-021-0/+1
* Fix linking problems with iODBC. This is from the Adabas section, soSascha Schumann1999-12-311-0/+1
* Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2Andreas Karajannis1999-12-301-0/+1
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
* Don't include functions not supported by SolidAndreas Karajannis1999-12-111-3/+7
* Added check in the ODBC module that a connection is still valid beforeNick Gorham1999-11-301-0/+1
* @Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)Stig Bakken1999-11-291-0/+7
* Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.Stig Bakken1999-11-091-12/+16
* (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.Rasmus Lerdorf1999-10-281-5/+5
* Moved Environment handle to connection struct for thread safetyAndreas Karajannis1999-10-081-2/+6
* Made henv a real global var. Seems to work basically when multithreadedAndreas Karajannis1999-10-071-7/+4
* Added support for Easysoft ODBC-ODBC BridgeNick Gorham1999-09-231-0/+7
* Added support for metadata functions, odbc_tables, odbc_columns,Nick Gorham1999-09-221-4/+15
* New resource handling for odbc moduleAndreas Karajannis1999-09-051-0/+275