History log of /PHP-7.0/ext/pdo_odbc/pdo_odbc.c (Results 51 – 61 of 61)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 201ec3dc 09-Feb-2005 Wez Furlong

prep for release


# 7279fe8a 07-Feb-2005 Wez Furlong

centralize this define


# 166ca20b 11-Jan-2005 Wez Furlong

Fix build


# 70da7390 07-Jan-2005 Wez Furlong

remove error map; odbc speaks SQLSTATE natively


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 4d232fb1 25-May-2004 Wez Furlong

Add flag to control the use of the ODBC cursor emulation library.
The default (which should be safe) is to use the cursor library if it is needed.
If for some reason either the driver or the

Add flag to control the use of the ODBC cursor emulation library.
The default (which should be safe) is to use the cursor library if it is needed.
If for some reason either the driver or the emulation is broken, you may
override this from your script.

show more ...


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.


123