History log of /php-src/ext/mysqlnd/mysqlnd_protocol_frame_codec.c (Results 26 – 35 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4ee4a4bb 17-Nov-2015 Andrey Hristov

constify parameters

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

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

MNDR:
- move things out of mysqlnd_priv.h

# e8ace2d4 10-Nov-2015 Andrey Hristov

MNDR:
- remove inclusion of uneeded headers

# 42482406 10-Nov-2015 Andrey Hristov

MNDR:
- move the command factory to own file - mysqlnd_commands.c

# 2cea0416 10-Nov-2015 Andrey Hristov

MNDR:
- move all data members from MYSQLND_PFC to MYSQLND_PFC_DATA

# a530ecff 10-Nov-2015 Andrey Hristov

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

12