summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵James Cox2002-03-041-6/+6
| | | | | | | | | 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
|
* Bug fix 15719 as submited by Joseph Southwell and allows NULL values in ODBCDan Kalowsky2002-02-261-0/+7
| | | | | | # I haven't been able to fully test this due to MacOSX compliation errors. # if someone in the QA group could that'd be appriciated.
* 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
| | | | | | | # this is a bit hack-ish in it's functionality. The proper answer (allowing # users to set their cursor type) has bugs with some tests cases at this time. # But this is being done to just get ODBC back into working order.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Fix for bug #13628.Dan Kalowsky2001-12-071-0/+1
| | | | | # basically handles a SQL_ERROR case for all odbc_execute()'s
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-125/+125
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - 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
| | | | | | | submitted by Walter Franzini (walter@sys-net.it) @Fix for LONG_VARCHAR type crashing submitted by Walter Franzini (walter@sys-net.it) #Should this also be put into the 4.0.7 RC cycle?
* - 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
| | | | | faster mechanism
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-1/+4
| | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
* - 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
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Closed off Solid DB access to a function that it doesn't support in 3.0 and ↵Dan Kalowsky2001-06-191-0/+4
| | | | | | | less. Thanks to Eric Veldhuzen
* adding in some error checking for parameter counts, and some thread safety forDan Kalowsky2001-06-141-11/+17
| | | | | functions
* # just correcting the evil vim removal of {{{'s and }}}'s ... bad vim! no ↵Dan Kalowsky2001-06-111-12/+12
| | | | folding for you!
* corrected a compile error (named variable missing). thanks to sebastian for ↵Dan Kalowsky2001-06-101-12/+13
| | | | | | | | pointing it out # but why is he getting php-cvs commit messages and i'm not?!? # i hope to hear that the mailing lists will be back online soon...
* 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
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* 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
| | | | | | access to the SQLDriver functions. patch originally submitted by dzoll@nyscul.org, and is going to be tested by some of the unixODBC people.
* - 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
| | | | | quick local tests show it to work.
* This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why ↵Dan Kalowsky2001-04-171-4/+0
| | | | this patch was applied no one seemed to respond with anything useful. If you find this change in error, sorry, I tested it on as many systems as I could.
* Fixed compatibility issues in the ODBC extension for the Velocis Database ↵Kevin2001-04-101-5/+8
| | | | 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.
* Added small change to php_odbc module, to check for failed SQLDisconnectsNick Gorham2001-04-021-8/+20
| | | | | | | | and to close any outstanding transactions if the call fails, then disconnect again. This can cause chaos with SQL Server, this regards a SELECT as starting a transaction, and will leave it open if the result set is not all read.