History log of /PHP-5.5/ext/pdo/pdo_stmt.c (Results 51 – 75 of 282)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7d464319 14-Dec-2009 Pierrick Charron

- Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures)


# 5eae7037 11-Dec-2009 Felipe Pena

- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg fault).
(Original patch by davbrown4 at yahoo dot com)


Revision tags: php-5.2.12RC4
# a94558c8 08-Dec-2009 Felipe Pena

- Added MAKE_COPY_ZVAL(ppzv, pzv) macro


# e2efe4bc 03-Dec-2009 Pierrick Charron

Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement).


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1
# 4bafbf58 15-Nov-2009 Felipe Pena

- Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
(patch by Pierrick)


Revision tags: php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2
# b394a75a 12-Oct-2009 Felipe Pena

- Fixed PDORow and PDOStatement crashes when instantiating throught Reflection


Revision tags: oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 2adf42f8 16-Jul-2009 Felipe Pena

- Removed trailing zeros on double to string conversion (noticed on #48924)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# 0b576f6f 23-Apr-2009 Matteo Beccati

MFH:
- Reverted previous fix for bug #46274 and properly fixed it
- Fixed bug #48060
# Also added tests for pdo_oci as it's the only other driver currently
# using streams: no regress

MFH:
- Reverted previous fix for bug #46274 and properly fixed it
- Fixed bug #48060
# Also added tests for pdo_oci as it's the only other driver currently
# using streams: no regression found

show more ...


# 90fb825a 02-Apr-2009 Matteo Beccati

MFH:
- Fixed bug #44173 (PDO->query() parameter parsing/checking needs an
update)
# The changeset is longer than really needed because pdo_stmt.c was
# refactored to remove the "got

MFH:
- Fixed bug #44173 (PDO->query() parameter parsing/checking needs an
update)
# The changeset is longer than really needed because pdo_stmt.c was
# refactored to remove the "goto"

show more ...


# 861d5122 23-Mar-2009 Felipe Pena

MFH:
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
Patch by: matteo at beccati dot com


Revision tags: php-5.3.0RC1, RELEASE_1_3_5
# cc34210c 12-Mar-2009 Andrei Zmievski

MFH


Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS
# f2f7ed49 12-Dec-2008 Nuno Lopes

we do not need the strndup() now that php_stream_printf() handles non-null terminated strings correctly


# 0594dd91 11-Dec-2008 Ilia Alshanetsky

Fixed a possible corruption inside PDOStatement::debugDumpParams()


Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7
# b9653b83 03-Dec-2008 Antony Dovgal

MFH


Revision tags: php-5.2.7RC5
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


Revision tags: php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


# c8103324 13-Nov-2008 Pierre Joye

- MFH: declaration goes first...


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE
# 9334bbd6 10-Nov-2008 David Coallier

- After readying Johannes's mail, the conclusion that a "smarter" system
to find out if the return_value had the correct number of elements was
definitely needed. Simply added a differenc

- After readying Johannes's mail, the conclusion that a "smarter" system
to find out if the return_value had the correct number of elements was
definitely needed. Simply added a difference to both dbh and stmt to
make sure that the error info always has 3 elements.

- Bug #44154 (pdo->errorInfo doesn't always return three elements)
- Now pdo->errorInfo() AND stmt->errorInfo() return three elements.

- [DOC] Make sure that not only the pdo->errorInfo() is returning 3 elms, but
also the PDOStatement object

show more ...


Revision tags: php-5.2.7RC3
# a912d80a 05-Nov-2008 Felipe Pena

MFH:
- Fixed wrong check
- Improved test


# a5e72fd6 03-Nov-2008 Felipe Pena

- MFH: Improved fix


# 27965c93 03-Nov-2008 Felipe Pena

MFH:
- Fixed endless loop in PDOStatement::debugDumpParams()
patch by: Jonah H. Harris <jonah.harris at gmail dot com>


# e0fedede 03-Nov-2008 Felipe Pena

- MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)


# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


12345678910>>...12