#
fbaed547 |
| 22-Sep-2010 |
Andrey Hristov |
Fix for Bug #52891 Wrong data inserted with mysqli/mysqlnd when using bind_param,value>LONG_MAX
|
#
1de4cfb7 |
| 22-Sep-2010 |
Andrey Hristov |
Fix for Bug #52891 Wrong data inserted with mysqli/mysqlnd when using bind_param,value>LONG_MAX
|
#
2ab9513f |
| 30-Aug-2010 |
Andrey Hristov |
Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server sends MYSQL_TYPE_NEWDATE values as
Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server sends MYSQL_TYPE_NEWDATE values as clear text, even when PS are used and thus the binary protocol are used. Changing the handler for the type.
show more ...
|
#
72bef349 |
| 30-Aug-2010 |
Andrey Hristov |
Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server sends MYSQL_TYPE_NEWDATE values as
Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server sends MYSQL_TYPE_NEWDATE values as clear text, even when PS are used and thus the binary protocol are used. Changing the handler for the type.
show more ...
|
#
c974313a |
| 12-Aug-2010 |
Andrey Hristov |
Switch from using PHP_MAJOR_VERSION to separate define for unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again.
|
#
92ef63a0 |
| 12-Aug-2010 |
Andrey Hristov |
Switch from using PHP_MAJOR_VERSION to separate define for unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again.
|
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 |
|
#
ee4818a1 |
| 24-Jun-2010 |
Andrey Hristov |
Two functions, which should be methods so one can catch their output, for example
|
#
89bd3af6 |
| 24-Jun-2010 |
Andrey Hristov |
Two functions, which should be methods so one can catch their output, for example
|
#
53324e88 |
| 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
|
#
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 |
|
#
621cdd90 |
| 25-May-2010 |
Andrey Hristov |
Use the specialized macro for this case
|
#
b3c553fa |
| 25-May-2010 |
Andrey Hristov |
Use the specialized macro for this case
|
#
337513ff |
| 25-May-2010 |
Andrey Hristov |
Handle OOM in the code that generates PS Execute requests to the server. Fixes crashes in case of OOM.
|
#
954e7db6 |
| 25-May-2010 |
Andrey Hristov |
Handle OOM in the code that generates PS Execute requests to the server. Fixes crashes in case of OOM.
|
#
3d900d4c |
| 27-Apr-2010 |
Andrey Hristov |
Fixed very rare memory leak in mysqlnd, when binding thousands of columns
|
#
8546225b |
| 27-Apr-2010 |
Andrey Hristov |
Fixed very rare memory leak in mysqlnd, when binding thousands of columns
|
#
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
|
#
aa8f43fa |
| 06-Apr-2010 |
Andrey Hristov |
Recommit with an Windows build fix: Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator
Recommit with an Windows build fix: Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc). - memory allocated by the mysqlnd's allocator should only be freed by it. - add a mode to track memory usage (malloc/free)
show more ...
|
#
96e2651f |
| 01-Apr-2010 |
Pierre Joye |
- revert revision 297277, break the builds (declaration must go 1st, size of void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for
- revert revision 297277, break the builds (declaration must go 1st, size of void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for 5.3
show more ...
|
#
d339672e |
| 01-Apr-2010 |
Andrey Hristov |
Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc).
Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc). - memory allocated by the mysqlnd's allocator should only be freed by it. - add a mode to track memory usage (malloc/free)
show more ...
|
#
f534df71 |
| 01-Apr-2010 |
Andrey Hristov |
Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc).
Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc). - memory allocated by the mysqlnd's allocator should only be freed by it. - add a mode to track memory usage (malloc/free)
show more ...
|
#
7496cc76 |
| 16-Mar-2010 |
Andrey Hristov |
decouple the methods in MYSQLND_STMT from the data, needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch my
decouple the methods in MYSQLND_STMT from the data, needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch mysqlnd internals instead of using API calls.
show more ...
|