History log of /PHP-7.1/ext/pdo/pdo_dbh.c (Results 151 – 175 of 285)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_3_1
# 6e712e05 19-Feb-2008 Felipe Pena

MFB: Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


# 07487ad0 30-Dec-2007 David Soria Parra

- Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).
CVS


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


# 910850be 12-Sep-2007 Ilia Alshanetsky

Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT).


Revision tags: RELEASE_1_2_4
# 2fc92c91 30-Aug-2007 Hannes Magnusson

- Fixed bug #42452 (PDO classes do not expose Reflection API information)
- Fixed tests


Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 39c17058 16-Jul-2007 Ilia Alshanetsky

Fixed a possible crash inside the constructor


# 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


12345678910>>...12