History log of /PHP-8.2/ext/mysqlnd/mysqlnd_structs.h (Results 226 – 250 of 343)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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)

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

# 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

# 564a1d07 12-Mar-2010 Andrey Hristov

allow persistency of PS

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

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

# 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
# 5dff8f90 09-Feb-2010 Andrey Hristov

make send_close a hook, too

# 480c327f 09-Feb-2010 Andrey Hristov

make send_close a hook, too

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

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

12345678910>>...14