Revision tags: oci8-1.4.3 |
|
#
eaad585a |
| 05-Aug-2010 |
Johannes Schlüter |
- Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259
|
Revision tags: php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
9c90bf42 |
| 21-May-2010 |
Andrey Hristov |
Fix for Bug #51870 PDO::fetchAll after a PDO::execute with bindings lead to a segv. It is only in unreleased code and thus doesn't deserve a NEWS entry
|
#
7f44538a |
| 21-May-2010 |
Andrey Hristov |
Fix for Bug #51870 PDO::fetchAll after a PDO::execute with bindings lead to a segv. It is only in unreleased code and thus doesn't deserve a NEWS entry
|
#
7496cc76 |
| 16-Mar-2010 |
Andrey Hristov |
decouple the methods in MYSQLND_STMT from the data, needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch my
decouple the methods in MYSQLND_STMT from the data, needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch mysqlnd internals instead of using API calls.
show more ...
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2 |
|
#
e50de7d9 |
| 03-Feb-2010 |
Andrey Hristov |
Pass tsrmls to all functions, which might need it in the future. We are anyway breaking the internal ABI in 5.3.2 so this won't hurt and make us prepared for the future.
|
Revision tags: php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1 |
|
#
f02ebe4a |
| 20-May-2009 |
Kalle Sommer Nielsen |
MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql
|
Revision tags: php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
a6263465 |
| 14-Jan-2009 |
Ilia Alshanetsky |
Removed unused variable
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1, 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, 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, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, 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, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0 |
|
#
ae49128d |
| 17-May-2007 |
Antony Dovgal |
implement FR #41416 (getColumnMeta() should also return table name)
|
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
2f3e330a |
| 15-Apr-2007 |
Ilia Alshanetsky |
Fixed bug #40935 (pdo_mysql does not raise an exception on empty fetchAll()).
|
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1 |
|
#
65afdf09 |
| 08-Apr-2007 |
Ilia Alshanetsky |
Fixed bug #40822 (pdo_mysql does not return rowCount() on select).
|
Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, 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).
|
#
916673a3 |
| 02-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39527 (Failure to retrieve results when multiple unbuffered, prepared statements are used in pdo_mysql).
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3 |
|
#
64de59d9 |
| 22-Apr-2006 |
Wez Furlong |
avoid unterminated loop when closing the statement.
|
Revision tags: php-5.1.3RC3 |
|
#
bb5f3aa0 |
| 09-Apr-2006 |
Wez Furlong |
This completes the fix for PECL #5827; we need to gobble up result sets in the stmt dtor too.
|
#
0f4137fb |
| 09-Apr-2006 |
Wez Furlong |
fix for PECL Bug #5827. We're responsible for gobbling up supplemental result sets in closeCursor() (which is what PDO does for us if we didn't implement our own closer routine).
|
Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2 |
|
#
3608dd4c |
| 14-Feb-2006 |
Ilia Alshanetsky |
Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).
|
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0 |
|
#
012e5bf4 |
| 05-Dec-2005 |
Antony Dovgal |
add NEWDECIMAL, NEWDATE, GEOMETRY, SET and ENUM field types
|
Revision tags: RELEASE_2_0_2 |
|
#
22efcfd5 |
| 30-Nov-2005 |
Antony Dovgal |
MFH: fix possible crash in pdo_mysql_stmt_dtor()
|
Revision tags: php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1 |
|
#
c28a9a4e |
| 29-Oct-2005 |
Wez Furlong |
Closes PECL Bug #5802
|