History log of /PHP-5.5/ext/mysqlnd/mysqlnd_structs.h (Results 101 – 125 of 156)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 73b23fca 07-Jan-2010 Andrey Hristov

Change of way the packet objects are created/initialised
If the protocol gets changed, ever, we can decide at runtime
easily which protocol to use by instantiating the right protocol
obje

Change of way the packet objects are created/initialised
If the protocol gets changed, ever, we can decide at runtime
easily which protocol to use by instantiating the right protocol
object. But this is restricted to the structure of the packets, not
the flow.

show more ...


# d76fa2b4 28-Dec-2009 Andrey Hristov

move network creation to the init hook


# 01adfaee 23-Dec-2009 Andrey Hristov

Unify. The typedef-ed structs in mysqlnd are always capitalized.


Revision tags: php-5.3.2RC1
# 41ac91ae 21-Dec-2009 Andrey Hristov

Move this function to MYSQLND_NET as it works on the
php stream


# b4477669 21-Dec-2009 Andrey Hristov

Move compression and decompression code to separate functions
which can be overloaded on purpose.


# 028bd4ba 17-Dec-2009 Andrey Hristov

refactoring : move more network related functions to
mysqlnd_net.c . Now communication is split on two levels:
- logical (functions send and receive)
- physical (functions network_read an

refactoring : move more network related functions to
mysqlnd_net.c . Now communication is split on two levels:
- logical (functions send and receive)
- physical (functions network_read and network_write)

show more ...


Revision tags: php-5.2.12
# c101f7f5 15-Dec-2009 Andrey Hristov

Move code out of mysqlnd_conn::connect to mysqlnd_net::connect.
Thus mysqlnd_conn::connect() does less of what it should not do - think
about the transport level.


# 0371ef10 15-Dec-2009 Andrey Hristov

refactor: move code that belongs to MYSQLND_NET out of MYSQLND


# 13c8bba0 11-Dec-2009 Andrey Hristov

Make MYSQLND_NET dynamically allocated structure with allocator
and deallocator. More member functions will come.


# 0c7a9b80 11-Dec-2009 Andrey Hristov

Move two functions which are used in the extension as methods of
the connection. Two functions less in the global namespace.


1234567