summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-6/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+3
* Zend compatibility patchZeev Suraski2001-07-301-17/+16
* 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
* - Object macros...Andi Gutmans2001-07-281-7/+8
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-26/+10
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Closed off Solid DB access to a function that it doesn't support in 3.0 and l...Dan Kalowsky2001-06-191-0/+4
* adding in some error checking for parameter counts, and some thread safety forDan Kalowsky2001-06-141-11/+17
* # just correcting the evil vim removal of {{{'s and }}}'s ... bad vim! no fo...Dan Kalowsky2001-06-111-12/+12
* corrected a compile error (named variable missing). thanks to sebastian for ...Dan Kalowsky2001-06-101-12/+13
* added in a bit more checking on the persistent connection checks...Dan Kalowsky2001-06-081-1/+11
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-2/+15
* Output something if password is not set.foobar2001-06-011-1/+3
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Fixing prototypes to match function namesFrank M. Kromann2001-05-221-1/+1
* this is a fix for bug 10250. it basically provides the unixODBC driver withDan Kalowsky2001-05-081-5/+5
* - More strncpy() -> strlcpy() changes. Am I getting bored yet? :)Andi Gutmans2001-05-021-4/+4
* - Use memcpy() instead of strlcpy() which is faster.Andi Gutmans2001-04-191-6/+5
* appling patch for joey since he has no ODBC karma. this is for bug #10252Dan Kalowsky2001-04-191-2/+4
* corrects bug #7488, patch supplied by submitter (torben@php.net).Dan Kalowsky2001-04-191-7/+8
* This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why t...Dan Kalowsky2001-04-171-4/+0
* Fixed compatibility issues in the ODBC extension for the Velocis Database ser...Kevin2001-04-101-5/+8
* Added small change to php_odbc module, to check for failed SQLDisconnectsNick Gorham2001-04-021-8/+20
* The last fix was missing a &, Marc Boeren either made the patch wrong, or I a...Dan Kalowsky2001-03-271-1/+1
* Fix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl).Dan Kalowsky2001-03-271-3/+3
* Adding a new function odbc_next_result() allowing the query to return more th...Frank M. Kromann2001-03-091-1/+50
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fix Win32 buildZeev Suraski2001-01-151-1/+3
* @- Added odbc_error() and odbc_errormsg() functions (Stig)Stig Bakken2001-01-151-55/+126
* Adding hack to allow odbc_tables to work on Access databasesFrank M. Kromann2001-01-051-0/+3
* added #define(OPENLINK) to the SDWORD instead of SQLINTEGER line.. this is fo...Dan Kalowsky2000-12-281-1/+1
* @Added ODBC_TYPE constant (Stig)Stig Bakken2000-12-151-0/+1
* Applied IBM DB2 patch by Walter Franzini <walter@sys-net.it>Stig Bakken2000-12-051-13/+28
* Missed one section that required the addition of a new HAVE_SOLID_30Dan Kalowsky2000-11-171-1/+1