#
1619ebbe |
| 14-Oct-2011 |
Andrey Hristov |
this should be decided by configure |
#
badb5f26 |
| 12-Oct-2011 |
Andrey Hristov |
export this existing function |
#
bbf59ae4 |
| 12-Oct-2011 |
Andrey Hristov |
export this existing function |
#
68ce999e |
| 10-Oct-2011 |
Andrey Hristov |
MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection) QC will need an ifdef-layer to compile with this |
Revision tags: php-5.4.0beta1 |
|
#
f90bead7 |
| 01-Sep-2011 |
Johannes Schlüter |
- Fix TSRM build |
#
4eff96b9 |
| 01-Sep-2011 |
Johannes Schlüter |
- Fix TSRM build |
#
7d25510b |
| 31-Aug-2011 |
Johannes Schlüter |
- Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd |
#
39b0be51 |
| 31-Aug-2011 |
Johannes Schlüter |
- Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd |
Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1 |
|
#
5bac59b7 |
| 03-May-2011 |
Andrey Hristov |
extend the API in the backward compatible way |
#
8138f7de |
| 25-Mar-2011 |
Ulf Wendel |
Update of mysqlnd version. This has been forgotten when introducing set_autocommit, tx_commit, tx_rollback calls (http://svn.php.net/viewvc?view=revision&revision=308669). |
#
e7a5fb40 |
| 23-Mar-2011 |
Andrey Hristov |
Fix compressed build, make it easier |
#
3c364cbe |
| 23-Mar-2011 |
Andrey Hristov |
Fix compressed build, make it easier |
#
2d2d1c73 |
| 18-Mar-2011 |
Andrey Hristov |
new function/methods - mysqlnd_stmt_flush. Removing code duplication |
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2 |
|
#
a5348bed |
| 25-Feb-2011 |
Andrey Hristov |
use ifdef all-around in the revert |
#
2eb5b0fe |
| 25-Feb-2011 |
Andrey Hristov |
revert also the version_id |
#
d4a1f5ac |
| 25-Feb-2011 |
Andrey Hristov |
revert to previous behavior |
#
59c5875f |
| 25-Feb-2011 |
Andrey Hristov |
move from macros to functions, which can be overwritten, if needed |
#
113cd9dc |
| 25-Feb-2011 |
Andrey Hristov |
move from macros to functions, which can be overwritten, if needed |
Revision tags: php-5.3.6RC1 |
|
#
5ca5c2bf |
| 14-Jan-2011 |
Andrey Hristov |
Change things to allow passing of the password length to mysqlnd. This is needed as a password might include a \0 and thus we need to be binary safe. |
Revision tags: php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
#
cfac5f5b |
| 28-Dec-2010 |
Andrey Hristov |
extending the API interface - plugins can register themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in
extending the API interface - plugins can register themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO.
show more ...
|
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
4cedb6d0 |
| 22-Oct-2010 |
Andrey Hristov |
last piece to enable trace logging on windows |
#
a25ce8c6 |
| 22-Oct-2010 |
Andrey Hristov |
last piece to enable trace logging on windows |
#
548661d9 |
| 05-Oct-2010 |
Andrey Hristov |
rename parameter, should not conflict with global symbol - the socket function |