Revision tags: RELEASE_2_0_2, php-5.1.1 |
|
#
85ad8173 |
| 26-Nov-2005 |
Wez Furlong |
set to 1.0 stable. |
#
4e4b98a6 |
| 25-Nov-2005 |
Wez Furlong |
Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions |
#
268ac81e |
| 25-Nov-2005 |
Wez Furlong |
Add pdo_odbc.db2_instance_name ini setting when built against DB2. This is a convenience for setting up the DB2 environment more easily. |
Revision tags: 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 |
|
#
e89500cd |
| 18-Oct-2005 |
Dan Scott |
Apply patch for #34900, sight unseen. |
Revision tags: php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
08a6122f |
| 20-Sep-2005 |
Wez Furlong |
MFH: use PDO:: class constants |
Revision tags: RELEASE_1_0RC1 |
|
#
77d3a41f |
| 11-Sep-2005 |
Wez Furlong |
update package.xml files and version numbers, in anticipation of a big bunch of releases. |
Revision tags: 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 |
|
#
eab79e8d |
| 27-Jul-2005 |
Wez Furlong |
prep for pecl release |
Revision tags: php-5.1.0b3, php-4.4.0 |
|
#
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 |
|
#
372c38a5 |
| 22-Jun-2005 |
Wez Furlong |
build related adjustments. These need to be included in beta 2 |
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. |