History log of /PHP-8.0/ext/pdo_odbc/pdo_odbc.c (Results 76 – 81 of 81)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 055848d8 22-May-2004 Wez Furlong

prep for release


# d39117c2 22-May-2004 Wez Furlong

Fix buglet in dbh closing.


# 35494bb5 22-May-2004 Wez Furlong

Enable ODBC Connection Pooling.

Theoretically better than PHP persistent connections, since ODBC itself takes
care of resetting the connections back to a "ground" state.

Connect

Enable ODBC Connection Pooling.

Theoretically better than PHP persistent connections, since ODBC itself takes
care of resetting the connections back to a "ground" state.

Connection pooling defaults to ON, since this is generally useful.
You can turn it off by using:

pdo_odbc.connection_pooling=off

in your php.ini file.

You may configure how ODBC matches connection details to existing connections
by setting this value to "strict" (the default) or "relaxed". You are
encouraged to read the ODBC specs before changing this value.

show more ...


# 8d9c384f 22-May-2004 Wez Furlong

Fix doer()
Implement error handling for ODBC


# dc57cff2 21-May-2004 Wez Furlong

Prep for release


# d6c4dee1 17-May-2004 Wez Furlong

ODBC (v3 ish) driver for PDO.
Will not build under unix yet.


1234