History log of /PHP-7.4/ext/pdo/pdo_dbh.c (Results 176 – 200 of 319)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.7RC3
# 80e3ed56 04-Nov-2008 David Coallier

- MFH
- Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have
an error code we used to return an array with one element. For the sake
of consistency and verif

- MFH
- Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have
an error code we used to return an array with one element. For the sake
of consistency and verification of returned values at userland we are now
returning an array with 3 elements. Note the two last elements are null but
present

- Bug #4413: [DOC] If the error code returned by the DBH is null, we return
a null value. This is used in order to help with empty error codes.

show more ...


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 8d03c0de 09-Oct-2008 Felipe Pena

- MFH: Fixed bug pecl#9641 (Unable to add driver specific methods to PDOStatement) (patch by Christopher Jones)


# 2c98da2d 16-Sep-2008 Johannes Schlüter

MFH Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work)


Revision tags: php-4.4.9, php-5.3.0alpha1
# 691d4a69 25-Jul-2008 Dmitry Stogov

Fixed uninitialised data


Revision tags: php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6
# 3bcf8a3d 22-Apr-2008 Ilia Alshanetsky

Added a warning message on pdo::exec() failure in the event of an empty query


Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 57f51ee9 18-Mar-2008 Antony Dovgal

remove ze1_compat leftovers


# 84a8bb03 10-Mar-2008 Felipe Pena

MFH: New way for check void parameters


Revision tags: php-5.2.6RC2
# 1a3f7f64 03-Mar-2008 Ilia Alshanetsky

Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers())


Revision tags: php-5.2.6RC1
# 2fc9f592 21-Feb-2008 Ilia Alshanetsky

Fixed bug #44189 (PDO setAttribute() does not properly validate values for
native numeric options)


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).


12345678910>>...13