History log of /PHP-8.0/ext/mysqlnd/mysqlnd_ps.c (Results 176 – 200 of 250)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b7385f02 27-May-2010 Andrey Hristov

Fix deallocation which can crash if the object is half-baken.
Happens during OOM.


# 4de0da5a 27-May-2010 Andrey Hristov

Fix deallocation which can crash if the object is half-baken.
Happens during OOM.


# 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.


# c5ff0eb5 25-May-2010 Andrey Hristov

Gracefully handle OOM in mysqlnd_stmt_init. Release the handle
and return NULL.


# 708b31a5 25-May-2010 Andrey Hristov

Gracefully handle OOM in mysqlnd_stmt_init. Release the handle
and return NULL.


# 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.


# b86ebe46 14-May-2010 Andrey Hristov

- Give possibility to overload mysqlnd_result_init().
- Always use conn->m->stmt_init instead of mysqlnd_stmt_init()


# 8691786e 14-May-2010 Andrey Hristov

- Give possibility to overload mysqlnd_result_init().
- Always use conn->m->stmt_init instead of mysqlnd_stmt_init()


# ce0ea978 14-May-2010 Andrey Hristov

OOM fixes


# dd85f9c2 14-May-2010 Andrey Hristov

OOM fixes


# ebae62d7 04-May-2010 Andrey Hristov

OOM stability fixes


# d53337bb 04-May-2010 Andrey Hristov

OOM stability fixes


# 2b18a3ff 03-May-2010 Andrey Hristov

Handle OOM stemming from mysqlnd_result_init in the same
function and up the stack.


# d0cef550 03-May-2010 Andrey Hristov

Handle OOM stemming from mysqlnd_result_init in the same
function and up the stack.


# ec0fe858 03-May-2010 Andrey Hristov

Remove unused parameter


# 864f2da7 03-May-2010 Andrey Hristov

Remove unused parameter


# 34e56fea 22-Apr-2010 Andrey Hristov

Remove dead code and add possibility to fine tune the size of
a mempool (used for result sets).


# 1ed3da29 22-Apr-2010 Andrey Hristov

Remove dead code and add possibility to fine tune the size of
a mempool (used for result sets).


# 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 ...


12345678910