History log of /PHP-7.0/ext/pdo/pdo_stmt.c (Results 151 – 175 of 364)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-5.2.7RC2
# 84be2eb4 14-Oct-2008 Felipe Pena

- MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)


# e90d4877 12-Oct-2008 Felipe Pena

- Removed unnecessary strcmp call (thanks Tony)


# d2d4e044 12-Oct-2008 Felipe Pena

- Complete the fix for #46274, and tests


# 86f0b45e 10-Oct-2008 Felipe Pena

- MFH: Static'fication


# a3c8772f 10-Oct-2008 Felipe Pena

MFH:
- Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE)
Initial patch by: chsc at peytz dot dk


Revision tags: php-5.2.7RC1
# 6bc9869a 23-Sep-2008 Felipe Pena

- MFH: Fixed bug #46157 (PDOStatement::fetchObject prototype error)


# cf7384aa 12-Aug-2008 Felipe Pena

- MFH: Constness (Added const qualifier to several function parameters)


Revision tags: php-4.4.9
# e304515d 02-Aug-2008 Felipe Pena

- MFH: Added parameter TSRMLS_DC in zend_is_callable()


Revision tags: php-5.3.0alpha1
# ac68c41f 25-Jul-2008 Dmitry Stogov

Fixed support for static methods


# a46319d8 25-Jul-2008 Antony Dovgal

fix typos


# 691d4a69 25-Jul-2008 Dmitry Stogov

Fixed uninitialised data


Revision tags: php-4.4.9RC1
# be0793d2 21-Jul-2008 Johannes Schlüter

MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
pecl#12794, pecl#12401

# Running the tests:
# (Note: Doesn't work currnetly on HEAD, see:
# http://

MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
pecl#12794, pecl#12401

# Running the tests:
# (Note: Doesn't work currnetly on HEAD, see:
# http://news.php.net/php.qa/64378)
#
# PDO_MYSQL_TEST_DSN - DSN
# For example: mysql:dbname=test;host=localhost;port=3306
#
# PDO_MYSQL_TEST_HOST - database host
# PDO_MYSQL_TEST_DB - database (schema) name
# PDO_MYSQL_TEST_SOCKET - database server socket
# PDO_MYSQL_TEST_ENGINE - storage engine to use
# PDO_MYSQL_TEST_USER - database user
# PDO_MYSQL_TEST_PASS - database user password
# PDO_MYSQL_TEST_CHARSET - database charset
#
# NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is
# part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example,
# for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.

show more ...


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# f6cc283d 14-May-2008 Felipe Pena

- MFH: Add check for avoid segfault when trying instantiate PDORow manually


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 84a8bb03 10-Mar-2008 Felipe Pena

MFH: New way for check void parameters


Revision tags: php-5.2.6RC2
# 1aa32afa 03-Mar-2008 Johannes Schlüter

MFH: Fix get_parent_class() of PDORow instances


Revision tags: php-5.2.6RC1
# 43bcf759 26-Feb-2008 Ilia Alshanetsky

Better fix for bug #44189


# e0388c55 24-Feb-2008 Ilia Alshanetsky

Fixed bug #44200 (A crash in PDO when no bound targets exists and yet
bound parameters are present)


# 3101edfd 20-Feb-2008 Ilia Alshanetsky

Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)


12345678910>>...15