#
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()
|
#
dc1c6f74 |
| 26-Jun-2007 |
Ilia Alshanetsky |
Fixed bug #41698 (float parameters truncated to integer in prepared statements).
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0 |
|
#
5e7b4645 |
| 16-May-2007 |
Antony Dovgal |
typofix
|
#
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, php-5.2.2RC2 |
|
#
9ab23a7e |
| 17-Apr-2007 |
Antony Dovgal |
fix leaks in row_get_properties() thanks to Kellen Bombardier for noticing
|
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).
|