#
7e6f9a84 |
| 02-Nov-2015 |
Andrey Hristov |
MNDR: - split handle_response() into handle_OK and handle_EOF
|
#
aa4966d4 |
| 30-Oct-2015 |
Andrey Hristov |
MNDR: - now send_command_handle_response() also doesn't depend directly on MYSQLND_CONN_DATA
|
#
f7a44585 |
| 30-Oct-2015 |
Andrey Hristov |
MNDR: - pass connection closer and its context - remove unused parameter
|
#
280c834c |
| 30-Oct-2015 |
Andrey Hristov |
MNDR: - rename the macro for updating the connection state
|
#
4bb784cd |
| 30-Oct-2015 |
Andrey Hristov |
MNDR: - make MYSQLND_ERROR_INFO a class
|
#
5609eabc |
| 29-Oct-2015 |
Andrey Hristov |
MDNR: - make MYSQLND_UPSERT_STATUS more like an object that a simple structure Still use macros to make updates simple
|
#
092afe72 |
| 29-Oct-2015 |
Andrey Hristov |
MNDR: - abstract SSL enabling into COM_ENABLE_SSL
|
Revision tags: php-5.6.15, php-7.0.0RC6 |
|
#
10d4fb8a |
| 19-Oct-2015 |
Andrey Hristov |
MDNR: - Refactor the command factory. Let the factory be exchangeable.
|
#
7d7ff67b |
| 19-Oct-2015 |
Andrey Hristov |
MDNR: - send_command() is no more, thus we need commands for all COM_STMT_* + CHANGE_USER
|
Revision tags: php-7.0.1, php-5.6.15RC1, php-7.0.0RC5 |
|
#
cfd86865 |
| 12-Oct-2015 |
Andrey Hristov |
MDNR: - removed init() method from mysqlnd_conn_data and moved the initialization to the object factory->get_connection(). Now it is unified as with the prepared statement which doesn
MDNR: - removed init() method from mysqlnd_conn_data and moved the initialization to the object factory->get_connection(). Now it is unified as with the prepared statement which doesn't have any init() method - the protocol decoder factory now takes connection as parameter at creation and thus there is no need to pass the connection as parameter when calling the read or the write method of a packet. - saved the protocol payload decoder factory as pointer in every packet (read/write) so the connection doesn't need to be passed on every call of read/write (dependency has been already injected at creation). This will alow to move protocol specific code from MYSQLND_NET (send_ex()) to make MYSQLND_NET leaner and free from protocol stuff.
show more ...
|
#
75dc67c6 |
| 07-Oct-2015 |
Andrey Hristov |
MNDR: - move macro to a function
|
#
34a33928 |
| 02-Oct-2015 |
Andrey Hristov |
MNDR: - Rename MYSQLND_PROTOCOL to MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY - Rename other symbols related to MYSQLND_PROTOCOL accordingly
|
#
6051a477 |
| 02-Oct-2015 |
Andrey Hristov |
MNDR - Rename simple_command* to send_command
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
003b764a |
| 23-Sep-2015 |
Andrey Hristov |
Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server
|
#
f79cd187 |
| 23-Sep-2015 |
Andrey Hristov |
Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server
|
#
e07e4f4b |
| 23-Sep-2015 |
Andrey Hristov |
Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server
|
Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2 |
|
#
8a9eee8f |
| 17-Jul-2015 |
Nikita Popov |
Fix mysqlnd warnings
|
Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
4a2e40bb |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
|
#
4bd22cf1 |
| 29-Jun-2015 |
Dmitry Stogov |
Improved zend_string API (Francois Laupretre) Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net>
Improved zend_string API (Francois Laupretre) Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods
show more ...
|
Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37 |
|
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year
|
#
0579e827 |
| 15-Jan-2015 |
Xinchen Hui |
bump year
|
#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year
|
Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal
|
#
2d212b42 |
| 23-Dec-2014 |
Nikita Popov |
Drop duplicate arg from hash_get_current_key_ex
|
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things
|