History log of /PHP-5.3/ext/pdo/pdo_stmt.c (Results 51 – 75 of 249)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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)


Revision tags: RELEASE_1_3_1
# 40dc0041 14-Jan-2008 Ilia Alshanetsky

Missing patch bit from the FETCH_GROUP fix


# fa1e1d24 11-Jan-2008 Ilia Alshanetsky

Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # by
which to group by data is specified.


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

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3
# 204f9e1a 20-Nov-2007 Ilia Alshanetsky

Adjusted fix for bug #42978


# 48878f2e 20-Nov-2007 Ilia Alshanetsky

Fixed bug #42978 (mismatch between number of bound params and values causes
a crash in pdo_pgsql)


Revision tags: php-5.2.5, php-5.2.5RC2
# 548c25ef 31-Oct-2007 Ilia Alshanetsky

Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()


Revision tags: php-5.2.5RC1
# 3762dfc0 11-Oct-2007 Ilia Alshanetsky

Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)


# 10429013 08-Oct-2007 Yiduo (David) Wang

MFH: stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL


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


# 1f45d49a 12-Sep-2007 Stanislav Malyshev

fix crash if stream is empty and reader function sets buffer as null


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
# c72d39f7 31-Jul-2007 Ilia Alshanetsky

Fixed bug #41971 (PDOStatement::fetch and PDOStatement::setFetchMode causes
unexpected behavior).


Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 20c41983 22-Jul-2007 Ilia Alshanetsky

Added test for KEY_PAIR code and fixed KEY_PAIR detection code


# 285316fc 22-Jul-2007 Ilia Alshanetsky

Fixed PDO_FETCH_KEY_PAIR implementation for fetchAll()


12345678910