History log of /PHP-7.4/ext/mysqlnd/mysqlnd_structs.h (Results 201 – 225 of 266)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8691786e 14-May-2010 Andrey Hristov

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


# ec0fe858 03-May-2010 Andrey Hristov

Remove unused parameter


# 864f2da7 03-May-2010 Andrey Hristov

Remove unused parameter


# 8e8348a4 03-May-2010 Andrey Hristov

Handle OOM when resizing blocks during data fetch


# de4a5156 03-May-2010 Andrey Hristov

Handle OOM when resizing blocks during data fetch


# 1838fcc7 28-Apr-2010 Andrey Hristov

const-ify fields


# 16d5d596 28-Apr-2010 Andrey Hristov

const-ify fields


# 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


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


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


# ccfd9cd7 12-Mar-2010 Andrey Hristov

allow persistency of PS


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3
# c7f2f1a5 15-Feb-2010 Andrey Hristov

add typedefs for all structure methods, and then reuse these typedefs


Revision tags: php-5.3.2RC2, php-5.2.13RC2
# 480c327f 09-Feb-2010 Andrey Hristov

make send_close a hook, too


# 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
# 2331e285 11-Jan-2010 Andrey Hristov

cosmetics. typedef-ed types should be in capital case


# 9b8d026d 11-Jan-2010 Andrey Hristov

Rework the statistics macros to be reusable by external entities.
Rename handlers to triggers. Dynamically allocate space for the
statistics thus allow reusability.


# 4a549fbb 11-Jan-2010 Andrey Hristov

missed to commit to the branch


# d20fdd60 08-Jan-2010 Andrey Hristov

improve the stats subsystem. Reduce the number of macro definitions
in half by smartly introducing 2 new macros. Make MYSQLND::stats a pointer
from being aggregated and add triggers.


# 3264e519 08-Jan-2010 Andrey Hristov

add restart_psession and end_psession hooks


1234567891011