Revision tags: oci8-1.4.3, 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 |
|
#
047d6f28 |
| 31-May-2010 |
Andrey Hristov |
Handle problems in the row_decoder, return type used to be void, now it can return on problems.
|
#
d02e785d |
| 31-May-2010 |
Andrey Hristov |
Handle problems in the row_decoder, return type used to be void, now it can return on problems.
|
#
34ffc8a6 |
| 14-May-2010 |
Andrey Hristov |
Export MYSQLND_PROTOCOL methods
|
#
faf46592 |
| 14-May-2010 |
Andrey Hristov |
Export MYSQLND_PROTOCOL methods
|
#
1838fcc7 |
| 28-Apr-2010 |
Andrey Hristov |
const-ify fields
|
#
16d5d596 |
| 28-Apr-2010 |
Andrey Hristov |
const-ify fields
|
#
804b9505 |
| 20-Apr-2010 |
Andrey Hristov |
It is possible that change user tries an user who has old password. Instead of error message that doesn't say much there is more information now.
|
#
eda9959e |
| 20-Apr-2010 |
Andrey Hristov |
It is possible that change user tries an user who has old password. Instead of error message that doesn't say much there is more information now.
|
#
a175419f |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights
|
#
6d951e2d |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights
|
#
dd9fc198 |
| 15-Apr-2010 |
Andrey Hristov |
Fix for bug#49234 method not found ssl_set Patch was tested and compiles on Windows. (Thanks Kalle)
|
#
c04f7526 |
| 15-Apr-2010 |
Andrey Hristov |
Fix for bug#49234 method not found ssl_set Patch was tested and compiles on Windows. (Thanks Kalle)
|
#
94cd357f |
| 29-Mar-2010 |
Andrey Hristov |
Make it coupled - what is allocated with mnd_ should be freed with mnd_ and vice versa. Added mnd_pestrndup and mnd_pestrdup, which wrap the normal calls to be able to track this calls.
Make it coupled - what is allocated with mnd_ should be freed with mnd_ and vice versa. Added mnd_pestrndup and mnd_pestrdup, which wrap the normal calls to be able to track this calls. Fixed some failing tests.
show more ...
|
#
4870cac7 |
| 29-Mar-2010 |
Andrey Hristov |
Make it coupled - what is allocated with mnd_ should be freed with mnd_ and vice versa. Added mnd_pestrndup and mnd_pestrdup, which wrap the normal calls to be able to track this calls.
Make it coupled - what is allocated with mnd_ should be freed with mnd_ and vice versa. Added mnd_pestrndup and mnd_pestrdup, which wrap the normal calls to be able to track this calls. Fixed some failing tests.
show more ...
|
#
293ba724 |
| 24-Mar-2010 |
Andrey Hristov |
Fix a segfault when using a mysqli object after unsuccesssful connect, the handle should have been allocated with mysqli_init().
|
#
9f201313 |
| 24-Mar-2010 |
Andrey Hristov |
fix build failure after recent commit by Kalle
|
#
c8b33a6a |
| 23-Mar-2010 |
Kalle Sommer Nielsen |
Fix declaring
|
#
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, php-5.2.13RC1 |
|
#
4bbdce5c |
| 13-Jan-2010 |
Andrey Hristov |
export more functionality for phpize builds
|
#
176e6dd2 |
| 13-Jan-2010 |
Andrey Hristov |
make mysqlnd's tracing API more reusable
|
#
dc09fa81 |
| 11-Jan-2010 |
Andrey Hristov |
more typedef cosmetics
|
#
c4b380a0 |
| 11-Jan-2010 |
Andrey Hristov |
remove stale export
|
#
2331e285 |
| 11-Jan-2010 |
Andrey Hristov |
cosmetics. typedef-ed types should be in capital case
|
#
1a108f1b |
| 11-Jan-2010 |
Andrey Hristov |
remove extern defintion of a variable that is no more used outside of the file where it is declared. Also really export with PHPAPI the protocol init/deinit functions
|
#
81695689 |
| 08-Jan-2010 |
Andrey Hristov |
export some calls to init/deinit code outside of the module
|