#
baf72b73 |
| 21-Jun-2010 |
Andrey Hristov |
Fix sprintf modifiers all around the place. In most cases %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier
|
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
ce2fbe19 |
| 27-May-2010 |
Andrey Hristov |
Fix possible crashes, in case of OOM, due to half-baken objects.
|
#
ae9ac28e |
| 27-May-2010 |
Andrey Hristov |
Fix possible crashes, in case of OOM, due to half-baken objects.
|
#
58f13c3c |
| 25-May-2010 |
Andrey Hristov |
Handle the situation when MYSQLND_PROTOCOL's methods return NULL. mysqlnd should not crash but gracefully return with an error.
|
#
433cb868 |
| 25-May-2010 |
Andrey Hristov |
Handle the situation when MYSQLND_PROTOCOL's methods return NULL. mysqlnd should not crash but gracefully return with an error.
|
#
ed4ce335 |
| 25-May-2010 |
Andrey Hristov |
Fix metadata duplicatin which wasn't crash-safe in case of OOM.
|
#
52e31252 |
| 25-May-2010 |
Andrey Hristov |
Fix metadata duplicatin which wasn't crash-safe in case of OOM.
|
#
3ea05600 |
| 14-May-2010 |
Andrey Hristov |
result_meta local storage
|
#
e3be1e0b |
| 14-May-2010 |
Andrey Hristov |
result_meta local storage
|
#
aad53cbd |
| 13-May-2010 |
Andrey Hristov |
Export the result_metadata methods to external modules.
|
#
4c148757 |
| 13-May-2010 |
Andrey Hristov |
Export the result_metadata methods to external modules.
|
#
a175419f |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights
|
#
6d951e2d |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights
|
#
6aa682f5 |
| 15-Apr-2010 |
Andrey Hristov |
CS + WS changes
|
#
a9880e78 |
| 15-Apr-2010 |
Andrey Hristov |
CS + WS changes
|
#
ccfd9cd7 |
| 12-Mar-2010 |
Andrey Hristov |
allow persistency of PS
|
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 |
|
#
4bbdce5c |
| 13-Jan-2010 |
Andrey Hristov |
export more functionality for phpize builds
|
#
2331e285 |
| 11-Jan-2010 |
Andrey Hristov |
cosmetics. typedef-ed types should be in capital case
|
#
73b23fca |
| 07-Jan-2010 |
Andrey Hristov |
Change of way the packet objects are created/initialised If the protocol gets changed, ever, we can decide at runtime easily which protocol to use by instantiating the right protocol obje
Change of way the packet objects are created/initialised If the protocol gets changed, ever, we can decide at runtime easily which protocol to use by instantiating the right protocol object. But this is restricted to the structure of the packets, not the flow.
show more ...
|
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 |
|
#
5f260e14 |
| 09-Sep-2009 |
Ulf Wendel |
Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey.
|
Revision tags: php-5.3.1RC1, php-5.2.11RC2 |
|
#
9bf74760 |
| 28-Aug-2009 |
Andrey Hristov |
Fix for bug#48745 mysqlnd: mysql_num_fields returns wrong column count for mysql_list_fields
|
Revision tags: php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3 |
|
#
804f6138 |
| 28-May-2009 |
Andrey Hristov |
MFH:Fix a valgrind warning as well as more trace log information
|
Revision tags: php-5.2.10RC1, php-5.3.0RC2 |
|
#
dcd86aeb |
| 30-Mar-2009 |
Felipe Pena |
- MFH: Removed UG(unicode) checks
|
Revision tags: 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 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|