History log of /PHP-5.6/ext/pdo_odbc/odbc_driver.c (Results 51 – 60 of 60)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 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 ...


# ce5e317c 22-May-2004 Wez Furlong

ok MSVC, why didn't you spot *that* one??


# 8d9c384f 22-May-2004 Wez Furlong

Fix doer()
Implement error handling for ODBC


# 3a5e5ca4 21-May-2004 Ilia Alshanetsky

Implement ODBC doer.


# 798d437b 21-May-2004 Wez Furlong

Fix return type here too


# 64f0ec7b 21-May-2004 Wez Furlong

Update for placeholder flags


# 777484b5 19-May-2004 Wez Furlong

update prototype


# 5a9864ed 18-May-2004 Wez Furlong

Update to match new prototype


# d6c4dee1 17-May-2004 Wez Furlong

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


123