History log of /PHP-5.4/ext/pdo/pdo_stmt.c (Results 101 – 125 of 270)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# c73225ab 07-Mar-2007 Antony Dovgal

MFH: fix #40727 (segfault in PDO when failed to bind parameters)


Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2
# 58e96c4c 27-Jan-2007 Antony Dovgal

nullify param.parameter and avoid destroying it twice


Revision tags: 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
# b7b0f4d9 08-Dec-2006 Ilia Alshanetsky

Fixed bug #39759 (Can't use stored procedures fetching multiple result
sets in pdo_mysql).


# 7fb3715d 04-Dec-2006 Ilia Alshanetsky

Fixed bug #38319 (Remove bogus warnings from persistent PDO connections).


# 2d4b8e19 28-Nov-2006 Ilia Alshanetsky

Fixed bug #39656 (crash when calling fetch() on a PDO statment object
after closeCursor()).


# 887b3484 07-Nov-2006 Ilia Alshanetsky

Fixed bug #39398 (Booleans are not automatically translated to integers).


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3
# b7f2d8f1 23-Aug-2006 Antony Dovgal

MFH: fix possible crash in free_statement()


Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1
# 43fca8a3 09-Aug-2006 Ilia Alshanetsky

Fixed bug #38394 (PDO fails to recover from failed prepared statement
execution).


# 2b5a53d6 01-Aug-2006 Ilia Alshanetsky

Fixed memory leak on unused bound name parameters.


# 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
# 168f53b7 30-Jul-2006 Antony Dovgal

fix bug #38253 (PDO produces segfault with default fetch mode)
add test


Revision tags: php-5.2.0RC1, php-4.4.3RC2
# 3ff986ec 20-Jun-2006 Antony Dovgal

init vatiables


Revision tags: BEFORE_NEW_OUTPUT_API
# e4a3732c 30-May-2006 Antony Dovgal

no need to call zend_is_callable() if callable is known to be invalid
free fname on failure and plug possible leak


Revision tags: 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, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3
# ea53739d 22-Apr-2006 Antony Dovgal

MFB: don't segfault if an exception has been thrown from the fetch handler


Revision tags: 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
# 08e6fded 28-Mar-2006 Antony Dovgal

prevent possible NULL dereference


# fb7d5bd7 27-Mar-2006 Wez Furlong

The fix for #35332 caused #35671 (and thus PECL #6504).

Partially back out that fix and introduce an extra optional step for drivers to
canonicalize the "name" that is used for registeri

The fix for #35332 caused #35671 (and thus PECL #6504).

Partially back out that fix and introduce an extra optional step for drivers to
canonicalize the "name" that is used for registering parameters.

show more ...


# 4ccd89d1 19-Mar-2006 Ilia Alshanetsky

Properly calculate the size of the result array.


# 5c7c11c4 18-Mar-2006 Antony Dovgal

MFH: check stream for NULL before writing to it
remove unnecessary semicolons


# 92ba7ccc 15-Mar-2006 Ilia Alshanetsky

Fixed memory leak on unused bind var.


Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4
# 1d461a6b 22-Jan-2006 Marcus Boerger

- MFH


Revision tags: RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 64a7e465 01-Jan-2006 Ilia Alshanetsky

Fixed bug #35797 (segfault on PDOStatement::execute() with
zend.ze1_compatibility_mode = On).


# 5bd93221 01-Jan-2006 foobar

bump year and license version


1234567891011