History log of /PHP-7.3/ext/mysqlnd/mysqlnd_structs.h (Results 26 – 50 of 255)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1
# 139af35c 01-Dec-2015 Andrey Hristov

Add a method for checking if the underlying stream is valid.


Revision tags: php-7.0.0, php-5.6.16, php-7.0.0RC8
# 6b0d026c 23-Nov-2015 Andrey Hristov

Remove unused variable


# d4775570 17-Nov-2015 Andrey Hristov

Revert "Add some const-ness to the protocol frame codec"

This reverts commit f8c2b459481209c3761a694baa6f38060dc9875a.


# 057ad562 17-Nov-2015 Andrey Hristov

Don't use the specific translated name but use the macro for this


# a6b79f08 17-Nov-2015 Andrey Hristov

More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.h


# fae994fe 17-Nov-2015 Andrey Hristov

Bring consistency to the class by renaming the methods too (from the
old temporary name)


# f8c2b459 17-Nov-2015 Andrey Hristov

Add some const-ness to the protocol frame codec


# 33e97d46 17-Nov-2015 Andrey Hristov

mysqlnd refactoring:
- move MYSQLND_READ_BUFFER to own file


# 4fed8a28 16-Nov-2015 Andrey Hristov

mysqlnd refactoring :
- move the command buffer out of the networking code to the protocol frame
codec.


# 398caf93 13-Nov-2015 Andrey Hristov

- Remove dead macrom mysql_list_fields()
- Small optimizations here and there


# 0a7e08d3 12-Nov-2015 Andrey Hristov

MNDR:
- cleanup in mysqlnd_result.c
- switch from zend_ulong to size_t for lengths. Accordingly change
mysqli and pdo_mysql for this.


Revision tags: php-7.0.0RC7, php-5.6.16RC1
# c24d452f 10-Nov-2015 Andrey Hristov

MNDR:
- less dereferencing in mysqlnd_ps . Dereference stmt->conn only once and
use a stack variable. Also make the source cleaner.


# 2cea0416 10-Nov-2015 Andrey Hristov

MNDR:
- move all data members from MYSQLND_PFC to MYSQLND_PFC_DATA


# c286d707 10-Nov-2015 Andrey Hristov

MNDR:
- move from char* + len to MYSQLND_STRING
- add some more const modifiers


# a530ecff 10-Nov-2015 Andrey Hristov

MNDR:
- better name for MYSQLND_PPEC - MYSQLND_PFC (protocol frame codec)


# 654d1a7c 10-Nov-2015 Andrey Hristov

MNDR:
- rename MYSQLND_NET to MYSQLND_PPEC (protocol packet envelope codec).
PPEC does only the encoding and decoding to the protocol frame.


# e9f3139f 09-Nov-2015 Andrey Hristov

MNDR:
- split MYSQLND_NET into MYSQLND_NET and MYSQLND_VIO
MYSQLND_NET is above MYSQLND_VIO. _NET takes care of protocol packet
counting (even with compressed), while VIO is just abou

MNDR:
- split MYSQLND_NET into MYSQLND_NET and MYSQLND_VIO
MYSQLND_NET is above MYSQLND_VIO. _NET takes care of protocol packet
counting (even with compressed), while VIO is just about the network
(or in case of windows, non-network, but PIPE) transport.

show more ...


# 0d3329fc 06-Nov-2015 Andrey Hristov

MNDR:
- send_command and send_command_handle_response_* moved to a structure


# e81ecc80 05-Nov-2015 Andrey Hristov

MNDR:
- Move transport string generation to own function, which can be overloaded or sniffed


# b8b1d45c 05-Nov-2015 Andrey Hristov

MNDR:
- move connection establishment code to own command - COM_HANDSHAKE


# e6419ab4 04-Nov-2015 Andrey Hristov

MNDR:
- convert the API of MYSQLND_NET to MYSQLND_STRING


# baab519a 04-Nov-2015 Andrey Hristov

MNDR:
- decouple the commands from the connection. CONN ist passed now only in 1 case


# 71e70376 02-Nov-2015 Andrey Hristov

MNDR:
- clean up some things


# e30e884e 02-Nov-2015 Andrey Hristov

MNDR:
- move COM_INIT_DE result handling to the command


# fefc3045 02-Nov-2015 Andrey Hristov

MNDR:
- remove COM_FIELD_LIST


1234567891011