Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
f869bbfc |
| 11-Aug-2008 |
Johannes Schlüter |
MFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd)
|
Revision tags: php-4.4.9, php-5.3.0alpha1 |
|
#
8c56a23a |
| 22-Jul-2008 |
Andrey Hristov |
MFH: Two less failing tests, one of which was definitely a leak in mysqli with mysqlnd and pconn. ext/mysql is being fixed with a better fix for similar leak.
|
Revision tags: php-4.4.9RC1 |
|
#
e0f45cf7 |
| 24-Jun-2008 |
Andrey Hristov |
Fix possible bug with persistent connections and mysqlnd
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
259b652b |
| 06-May-2008 |
Andrey Hristov |
Make mysqli compilable in a 5_2 environment. Some want to use mysqlnd+mysqli with 5_2. This won't hurt 5_2 in any way. Won't be MFB-ed because HEAD is completely different.
|
Revision tags: php-5.2.6 |
|
#
f4e659d2 |
| 24-Apr-2008 |
Andrey Hristov |
Update ext/mysql's and ext/mysqli's tests Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in mysqlnd builds as libmysql doesn't support this feature.
|
Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
5abe8c8d |
| 25-Mar-2008 |
Andrey Hristov |
Small updates & a fix for Bug #43832 mysqi_get_charset() doesn't expose charset comment
|
#
caf3e9c3 |
| 18-Mar-2008 |
Andrey Hristov |
Fixed a bunch of bugs reported in Bug #44352 mysqli_connect_error() false negative for host errors From now on the mysqli object doesn't have that magic properties, like error, which were
Fixed a bunch of bugs reported in Bug #44352 mysqli_connect_error() false negative for host errors From now on the mysqli object doesn't have that magic properties, like error, which were readable but not visible through isset(), property_exists() and var_dump(). All other ext/mysqli classes were fixed too. Now it will be easier to debug mysqli based applications.
show more ...
|
#
725b31fc |
| 10-Mar-2008 |
Andrey Hristov |
Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary
|
#
ff8a3104 |
| 08-Mar-2008 |
Andrey Hristov |
Fix a problem with $mysqi->connect() not working with default values. Fix a leak, bug#39457
|
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
1caa85a6 |
| 06-Feb-2008 |
Andrey Hristov |
Pconnect working with mysqli_real_connect(). To less failing tests.
|
#
7932ccba |
| 28-Jan-2008 |
Andrey Hristov |
More optimizations - less MM calls Clearly separated fetching (physical reading) from decoding phases (data interpretation). Threaded fetching added but disabled as needs more work for Wi
More optimizations - less MM calls Clearly separated fetching (physical reading) from decoding phases (data interpretation). Threaded fetching added but disabled as needs more work for Windows. For Linux needs some touches to add pthreads if this is enabled, probably with a compile-time switch. The code reorganisation makes it easy to add also async API, similar to cURL's one.
show more ...
|
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 |
|
#
660ba3b6 |
| 09-Nov-2007 |
Andrey Hristov |
Fix build
|
#
6f63004f |
| 09-Nov-2007 |
Andrey Hristov |
Fix crash with pconnect
|
Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
8b9b553a |
| 05-Oct-2007 |
Andrey Hristov |
Import mysqlnd Patch ext/mysql and ext/mysqli to support mysqlnd
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
09fbf87a |
| 06-Sep-2007 |
Andrey Hristov |
Fixed leaks with multiple connects using one mysqli object. HEAD will be fixed during the next mysqlnd merge Fixed failing test for bug38710, 5.0 version is bad, 5.1 is ok.
|
Revision tags: 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, php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
a06d3b7b |
| 23-Apr-2007 |
Antony Dovgal |
revert
|
#
85fe8e96 |
| 14-Apr-2007 |
Antony Dovgal |
MFH
|
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, 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, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
3611a3de |
| 02-Oct-2006 |
Hannes Magnusson |
Fix protos
|
Revision tags: 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, php-5.1.3RC3, php-5.1.3RC2 |
|
#
b3a437fc |
| 24-Mar-2006 |
Georg Richter |
Fix for bug #36802 (server crashes with invalid/not opened connections) Added status to mysqli_resource: MYSQLI_STATUS_UNKNOWN MYSQLI_STATUS_CLEARE
Fix for bug #36802 (server crashes with invalid/not opened connections) Added status to mysqli_resource: MYSQLI_STATUS_UNKNOWN MYSQLI_STATUS_CLEARED (for future use) MYSQLI_STATUS_INITIALIZED (after mysqli_init and mysqli_stmt_init) MYSQLI_STATUS_VALID (for valid objects) removed valid flag changed MYSQLI_FETCH_RESOURCE added last parameter __check which specifies the status
show more ...
|
#
d76e149f |
| 21-Mar-2006 |
Ilia Alshanetsky |
Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection).
|
Revision tags: php-5.1.3RC1, RELEASE_1_2, 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
|
#
f7c77f0f |
| 23-Dec-2005 |
Stefan Esser |
Beware of format strings...
|
Revision tags: php-5.1.2RC1 |
|
#
a0349727 |
| 22-Dec-2005 |
Zeev Suraski |
Fix prototype
|