summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* Better not pollute the EXTRA_LIBS with libpaths.foobar2002-06-261-1/+2
* - Fixed bug #15803 (and propably others related too, part 2/2)foobar2002-06-144-252/+292
* reverting the cursor change as it seems to break many ODBC drivers.Dan Kalowsky2002-04-301-2/+2
* bug fix for bug #15758, a double free'ing of an ODBC connectionDan Kalowsky2002-04-261-2/+7
* clearing up some code to remove any possible confusion in variable countsDan Kalowsky2002-04-241-8/+13
* ws fixfoobar2002-04-082-530/+523
* CPP directives must start on the beginning of linefoobar2002-04-081-1/+1
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-154/+0
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
* php_new_extensionSascha Schumann2002-03-122-8/+1
* Removed sqlrte from SAP DB liblist as it is not needed.Andreas Karajannis2002-03-121-3/+2
* - Fix more possible bugs (bug #16008 related)foobar2002-03-121-13/+13
* Breaking BC, but making odbc_fetch_into behavior more consistentDan Kalowsky2002-03-051-15/+9
* Added a comment for future referenceDan Kalowsky2002-03-051-0/+7
* typos suck.James Cox2002-03-041-0/+0
* Changing the Velocis extension to now be called Birdstep, due to a product/co...James Cox2002-03-046-177/+189
* Maintain headers.Sebastian Bergmann2002-02-284-6/+6
* Bug fix 15719 as submited by Joseph Southwell and allows NULL values in ODBCDan Kalowsky2002-02-261-0/+7
* fix for bug 15516, patch submitted by torben@php.netDan Kalowsky2002-02-151-3/+17
* - Fix for bug 15404Derick Rethans2002-02-061-1/+1
* Fix for bug #14803Dan Kalowsky2002-01-301-1/+1
* this closes off a number of ODBC bugs.Dan Kalowsky2002-01-211-2/+2
* proto fixHartmut Holzgraefe2002-01-041-1/+1
* Update headers.Sebastian Bergmann2001-12-114-8/+8
* Fix for bug #13628.Dan Kalowsky2001-12-071-0/+1
* proto fixesHartmut Holzgraefe2001-12-071-2/+2
* protos preparedHartmut Holzgraefe2001-12-071-0/+36
* Unified the configure messages.foobar2001-11-301-0/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-112-1/+5
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-252-163/+163
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Patch to stop the crashing behavior exhibited by PHP/ODBC in SOLID/DB2Dan Kalowsky2001-09-051-0/+2
* - More ZE2 fixesAndi Gutmans2001-08-131-1/+0
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-1/+4
* - Make odbc_fetch_object() work with Engine 2Andi Gutmans2001-08-111-3/+1
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-0/+4
* These are redefined in the sqltypes.h that comes with unixODBC. PR: #12519foobar2001-08-031-0/+8
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-312-8/+7
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+3
* Zend compatibility patchZeev Suraski2001-07-302-18/+17
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-3/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev 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-303-7/+8
* - Object macros...Andi Gutmans2001-07-281-7/+8
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-37/+11
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Making --with-openlink work the same as --with-iodbc for it's eventualDan Kalowsky2001-07-061-8/+12
* Closed off Solid DB access to a function that it doesn't support in 3.0 and l...Dan Kalowsky2001-06-192-0/+6
* Fix bug: #11508foobar2001-06-191-1/+1