#
157f1bdd |
| 09-Dec-2009 |
Andrey Hristov |
Remove disabled code - threaded fetching. This can be implemented on a upper level and by offloading it we reduce the complexity of the core. |
Revision tags: php-5.2.12RC3, php-5.2.12RC2 |
|
#
7674c942 |
| 20-Nov-2009 |
Andrey Hristov |
Compressed protocol support + extensibility for mysqlnd |
Revision tags: php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0 |
|
#
b41f9661 |
| 24-Sep-2009 |
Jani Taskinen |
- Fix the build issue with php_mysqlnd_config.h ending up in wrong build directory |
#
26f5344e |
| 22-Sep-2009 |
Andrey Hristov |
Check for the different types and create the corresponding configuration file, so it can be used by mysqli, even if mysqlnd is not enabled at all. |
Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0 |
|
#
ed4b37eb |
| 23-Jun-2009 |
Johannes Schlüter |
The experimental warning sohuld be in the configure output... |
Revision tags: php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1 |
|
#
5306bb0e |
| 17-Mar-2009 |
Johannes Schlüter |
- mark mysqlnd's threading (which can be used for background pre-fetching) experimental |
Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1, 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 |
|
#
430feb52 |
| 14-Jul-2008 |
Jani Taskinen |
MFB |
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 |
|
#
60869b3e |
| 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 |
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
508841bb |
| 29-Jan-2008 |
Andrey Hristov |
Fix the build, add a missing file |
#
e580f0fd |
| 28-Jan-2008 |
Andrey Hristov |
Moving extension specific code to php_mysqlnd.c as the old rule is. |
#
6d9fdbce |
| 28-Jan-2008 |
Andrey Hristov |
MFB: some config.w32 fixes moved mysqlnd's block allocator to a separate file and also now it's part of the connection, no MT problems. |
Revision tags: php-4.4.8, 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 |
|
#
9ac92cfe |
| 02-Oct-2007 |
Andrey Hristov |
Update mysqlnd in HEAD Updated ext/mysql and ext/mysqli in HEAD |
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 |
|
#
f7714508 |
| 26-Jul-2007 |
Jani Taskinen |
- Check also if ulong is available |
#
f3c2a33f |
| 25-Jul-2007 |
Jani Taskinen |
- Moved mysqnd to it's own directory: It is sort of an extension itself. (Similar to what ext/libxml is..) |