History log of /PHP-7.4/ext/odbc/php_odbc.c (Results 251 – 275 of 347)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7b1c4006 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation (Zend compatibility patch)


# 75ba1461 28-Jul-2001 Andi Gutmans

- Object macros...


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- 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 unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- 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...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# 746dd9cb 19-Jun-2001 Dan Kalowsky

Closed off Solid DB access to a function that it doesn't support in 3.0 and less.
Thanks to Eric Veldhuzen


# f2ec3fa6 14-Jun-2001 Dan Kalowsky

adding in some error checking for parameter counts, and some thread safety for
functions


# a7e9b561 11-Jun-2001 Dan Kalowsky

# just correcting the evil vim removal of {{{'s and }}}'s ... bad vim! no folding for you!


# eea60318 10-Jun-2001 Dan Kalowsky

corrected a compile error (named variable missing). thanks to sebastian for pointing it out
# but why is he getting php-cvs commit messages and i'm not?!?
# i hope to hear that the mailing l

corrected a compile error (named variable missing). thanks to sebastian for 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...

show more ...


# c3a3d5c8 08-Jun-2001 Dan Kalowsky

added in a bit more checking on the persistent connection checks...


Revision tags: php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2
# 328258ac 01-Jun-2001 foobar

Output something if password is not set.


# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)


# 251996bb 22-May-2001 Frank M. Kromann

Fixing prototypes to match function names


Revision tags: php-4.0.6RC1
# b3a509ac 08-May-2001 Dan Kalowsky

this is a fix for bug 10250. it basically provides the unixODBC driver with
access to the SQLDriver functions. patch originally submitted by
dzoll@nyscul.org, and is going to be tested by s

this is a fix for bug 10250. it basically provides the unixODBC driver with
access to the SQLDriver functions. patch originally submitted by
dzoll@nyscul.org, and is going to be tested by some of the unixODBC people.

show more ...


# eb4d840a 02-May-2001 Andi Gutmans

- More strncpy() -> strlcpy() changes. Am I getting bored yet? :)


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# a5a4b4e2 19-Apr-2001 Andi Gutmans

- Use memcpy() instead of strlcpy() which is faster.


# d7383e32 19-Apr-2001 Dan Kalowsky

appling patch for joey since he has no ODBC karma. this is for bug #10252


# f41f3697 19-Apr-2001 Dan Kalowsky

corrects bug #7488, patch supplied by submitter (torben@php.net).
quick local tests show it to work.


# 685186f9 17-Apr-2001 Dan Kalowsky

This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why this patch was applied no one seemed to respond with anything useful. If you find this change in error, sorry, I tested it

This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why 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.

show more ...


# 3cd2c989 10-Apr-2001 Kevin

Fixed compatibility issues in the ODBC extension for the Velocis Database server. Specifically, config.m4 was changed to use the client libraries instead of the serer libraries, and to look for the l

Fixed compatibility issues in the ODBC extension for the Velocis Database 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.

show more ...


Revision tags: php-4.0.5RC6
# 971d6505 02-Apr-2001 Nick Gorham

Added small change to php_odbc module, to check for failed SQLDisconnects
and to close any outstanding transactions if the call fails, then disconnect
again. This can cause chaos with SQL Ser

Added small change to php_odbc module, to check for failed SQLDisconnects
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.

show more ...


Revision tags: php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3
# 959f40a9 27-Mar-2001 Dan Kalowsky

The last fix was missing a &, Marc Boeren either made the patch wrong, or I applied it improperly. Anyways, Sebastian Bergmann discovered it, and supposedly is fixed with this.


# 0d7729ed 27-Mar-2001 Dan Kalowsky

Fix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl).
Applied by me, due to apparently a lack of cvs access to ext/odbc for him.


Revision tags: php-4.0.5RC2, php-4.0.5RC1
# f98710c8 09-Mar-2001 Frank M. Kromann

Adding a new function odbc_next_result() allowing the query to return more than one result.
This can be done with a stored procedure or by sending more than one select to the server.


1...<<11121314