History log of /PHP-5.5/ext/pdo_odbc/odbc_driver.c (Results 26 – 50 of 57)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6
# 391ed04a 11-Oct-2006 Wez Furlong

Fix for PECL bug #8944. Could also be the same problem as pecl #7775.


Revision tags: php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3
# 07e11dcc 30-Apr-2006 Wez Furlong

Fix #36632


# aa5dbc8c 30-Apr-2006 Wez Furlong

Fix #35552


Revision tags: php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2, php-5.1.2RC1
# 85a578e0 14-Dec-2005 Wez Furlong

Possible fixes for #35552, #35592 and #35620.


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# 006922ba 26-Sep-2005 Wez Furlong

ensure that this size is initialized correctly


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9
# 6e7a8f10 19-Jul-2005 Wez Furlong

if we didn't detect an error, don't return -1 rows, as that means that we found an error


Revision tags: php-5.1.0b3, php-4.4.0
# 0d7fa88b 10-Jul-2005 Wez Furlong

Fix #33624, mysterious crashes on shutdown on win32


# 3d373f86 09-Jul-2005 Wez Furlong

Related to #33624. Crashes for me on shutdown, but seems ok for the rest of the world.


# 93024bc2 07-Jul-2005 Wez Furlong

Fix handling of parameter binding.
We need to guess at parameter sizing in some cases (eg: MS Access) as the
SQLDescribeParam() API is an optional feature.
Tidy up error handling.
Add

Fix handling of parameter binding.
We need to guess at parameter sizing in some cases (eg: MS Access) as the
SQLDescribeParam() API is an optional feature.
Tidy up error handling.
Add workaround for a shutdown bug that I see with MS ODBC implementation.
(working to determine the precise cause of this).
PDO core test suite now passes all tests.

show more ...


Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1
# 986800ce 11-Jun-2005 Wez Furlong

hunting for a bug. Looks like it might be yet-another-mysterious-shutdown problem.


# 183c8aa2 11-Jun-2005 Wez Furlong

Fix for PECL #3714: beginTransaction doesn't work if you're in auto-commit mode.


Revision tags: 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
# c56419ed 06-Feb-2005 Wez Furlong

support getting some more attributes


# e5b6b0db 21-Jan-2005 Wez Furlong

Allow static build (better detection of PDO headers).
Copy error code into driver code, so PDO can handle it correctly.
Less leaks


# bc55e7f3 21-Jan-2005 Wez Furlong

make use of the query rewriter (even though it doesn't do anything yet)


# 26f97a91 21-Jan-2005 Wez Furlong

Eliminate unused parameter.
Don't start a transaction when asking for a cursor with pgsql.
Fix parameter binding for sqlite3


# ffd35bb6 19-Jan-2005 Wez Furlong

allow static linkage.
Avoid segv when no username is passed


# a9d98544 18-Jan-2005 Wez Furlong

Allow drivers to select bind emulation on a per statement basis


# b234f1e4 17-Jan-2005 Wez Furlong

tidy up a few things


# 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
# 72040f7f 23-Sep-2004 Wez Furlong

more method table adjustments.
mysql driver needs work with the error message stuff.
Other drivers need a bit more auditing...


Revision tags: 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
# 2e73bbfd 25-May-2004 Wez Furlong

Allow use of scrollable cursor for ODBC


# 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
# 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??


123