#
d34bfe5c |
| 28-Jun-2007 |
Ilia Alshanetsky |
When working with persistent connections re-initialize options on each connection. Flags like error reporting may differ. |
#
37d1bfed |
| 28-Jun-2007 |
Ilia Alshanetsky |
Added support for ATTR_TIMEOUT inside pdo_pgsql driver. Fixed a bug inside PDO's "use persistent" connection detection mechanism that would trigger connections on "" and "0" values |
#
abffe87d |
| 27-Jun-2007 |
Ilia Alshanetsky |
Fixed a crash inside PDO when there is more then one instance of a persistent connection inside a script and PDO object is extended by class with a destructor |
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0 |
|
#
efd7846d |
| 16-May-2007 |
Ilia Alshanetsky |
[DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set into an associated array. |
Revision tags: php-4.4.7, php-5.2.2 |
|
#
7810fc89 |
| 29-Apr-2007 |
Ilia Alshanetsky |
Fixed bug #41215 (setAttribute return code reversed). |
Revision tags: php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year. |
Revision tags: php-5.2.1RC1 |
|
#
44045f8c |
| 04-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #38252 (Incorrect PDO error message on invalid default fetch mode). |
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6 |
|
#
8d770ee2 |
| 21-Aug-2006 |
Ilia Alshanetsky |
Fixed bug #38535 (memory corruption in pdo_pgsql driver on error retrieval inside a failed query executed via query() method). |
Revision tags: php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1 |
|
#
194b309d |
| 07-Aug-2006 |
Ilia Alshanetsky |
Fixed memory leak with persistent connections |
#
c6ace952 |
| 31-Jul-2006 |
Ilia Alshanetsky |
Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object destruction). |
Revision tags: php-4.4.3 |
|
#
97ef557b |
| 27-Jul-2006 |
Antony Dovgal |
initialize var |
Revision tags: php-5.2.0RC1, php-4.4.3RC2 |
|
#
a9c6e4be |
| 07-Jun-2006 |
Ilia Alshanetsky |
Fixed bug #37709 (Possible crash in PDO::errorCode()). |
#
e5c8f8c5 |
| 06-Jun-2006 |
Antony Dovgal |
yet another dummy clone_obj handler to fix problems created by ze1 compat mode |
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
7bbab026 |
| 11-May-2006 |
Marcus Boerger |
- MFH . Fix iterator based access . Add new attribute ATTR_DEFAULT_FETCH_MODE: $bdh->setAttribute() . Add new fetch mode: FETCH_PROPS_LATE, this fills object member variable
- MFH . Fix iterator based access . Add new attribute ATTR_DEFAULT_FETCH_MODE: $bdh->setAttribute() . Add new fetch mode: FETCH_PROPS_LATE, this fills object member variables after calling the constructor (fixes #36428).
show more ...
|
Revision tags: php-5.1.4 |
|
#
91999f11 |
| 03-May-2006 |
Sara Golemon |
mfh(r-1.129) Expose PARAM_EVT_* constants |
Revision tags: RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
687e6ffc |
| 09-Apr-2006 |
Wez Furlong |
Add "ATTR_EMULATE_PREPARES" general attribute to replace the custom attributes employed by mysql and postgres drivers. No functional change. |
Revision tags: php-5.1.3RC2 |
|
#
1ad4dd87 |
| 23-Mar-2006 |
Antony Dovgal |
return FALSE if driver doesn't support quoting (this is what docu says) also fixed PECL bug #6365 |
Revision tags: php-5.1.3RC1 |
|
#
6e93f3eb |
| 06-Mar-2006 |
Marcus Boerger |
- MFH Proto fixes |
Revision tags: RELEASE_1_2 |
|
#
6f66a63c |
| 31-Jan-2006 |
Ilia Alshanetsky |
Fixed bug #36222 (errorInfo in PDOException is always NULL). |
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version |
#
2e507633 |
| 24-Dec-2005 |
Ilia Alshanetsky |
Fixed memory corruption that affected pdo_sqlite2. |
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1 |
|
#
24af85df |
| 07-Dec-2005 |
Ilia Alshanetsky |
Fixed memory leak |
Revision tags: RELEASE_1_0 |
|
#
3e669bc9 |
| 06-Dec-2005 |
foobar |
MFH: nuke php3 legacy |
#
f58f7f4e |
| 05-Dec-2005 |
foobar |
MFH: fix typo |
#
66832dec |
| 05-Dec-2005 |
foobar |
MFH |