summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* * email address changeStig Bakken2003-03-181-1/+1
* Fixed spprintf() usage.Ilia Alshanetsky2003-03-121-2/+2
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-6/+6
* Fixed bug #22437.Ilia Alshanetsky2003-03-041-4/+1
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* MFBDan Kalowsky2003-02-071-2/+2
* Patch for bug #21844Dan Kalowsky2003-01-241-0/+5
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-104/+30
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-7/+2
* Adding in test ability for WIndows to fetch_objectsDan Kalowsky2003-01-161-2/+2
* Version is char ;).Ilia Alshanetsky2003-01-081-1/+1
* Version tag for future move to PECLDan Kalowsky2003-01-071-1/+1
* Reverting last change as it really doesn't fix longreadlen problems in allDan Kalowsky2003-01-071-10/+5
* Patch for bug #19349Dan Kalowsky2003-01-061-5/+10
* Correction for bug #21279Dan Kalowsky2003-01-061-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Patch for windows DSN less connection #20086 (by john@johnandlouise.com)Dan Kalowsky2002-10-311-1/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
* Silencing a compilier warning on windowsDan Kalowsky2002-08-141-1/+1
* correcting these to be only docref's not docref1'sDan Kalowsky2002-08-141-2/+2
* Fix for Bug #17572Dan Kalowsky2002-08-131-0/+29
* fixing my misunderstanding of the php_error_docrefDan Kalowsky2002-08-131-19/+19
* Fixing the php_error_docref's to be compliant with the standard.Dan Kalowsky2002-08-131-21/+22
* spelling errorDan Kalowsky2002-08-131-1/+1
* Added more folding markers....Dan Kalowsky2002-08-131-3/+52
* Let to php_error_docref revolution beginDan Kalowsky2002-08-131-27/+31
* Point corrected by MarkusDan Kalowsky2002-08-121-1/+2
* Umm forgot to clean up the error messages, and add a stop for looping.Dan Kalowsky2002-08-121-3/+8
* cleaned up to work with OpenLink iODBC betterDan Kalowsky2002-08-121-13/+16
* okay confirmation they don't exist in another driver... they're goneDan Kalowsky2002-08-121-4/+0
* The start of adding odbc_data_source() functionalityDan Kalowsky2002-08-111-14/+76
* Just adding in an error check that seems to work here well.Dan Kalowsky2002-07-311-0/+5
* - Fixed bug #15803 (and propably others related too, part 2/2)foobar2002-06-141-2/+1
* 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-081-485/+480
* CPP directives must start on the beginning of linefoobar2002-04-081-1/+1
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
* Breaking BC, but making odbc_fetch_into behavior more consistentDan Kalowsky2002-03-051-15/+9
* Changing the Velocis extension to now be called Birdstep, due to a product/co...James Cox2002-03-041-6/+6
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* 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 #14803Dan Kalowsky2002-01-301-1/+1
* this closes off a number of ODBC bugs.Dan Kalowsky2002-01-211-2/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Fix for bug #13628.Dan Kalowsky2001-12-071-0/+1
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-125/+125