History log of /PHP-8.1/ext/mysqlnd/mysqlnd_ps.c (Results 51 – 75 of 265)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1
# bb198ec9 03-Apr-2016 Kalle Sommer Nielsen

Fix compiler warnings in mysqlnd


Revision tags: php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1
# f2ab731a 16-Mar-2016 Andrey Hristov

Fix emails in headers. @mysql.com addresses are no more since many years.


Revision tags: php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4
# 2d1559f8 22-Feb-2016 Nikita Popov

Move free_chunk and resize_chunk into memory pool

Drops 24 bytes from each chunk. For the example in bug #71468 it
reduces memory usage by 30%.


Revision tags: php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0
# a347b0be 27-Nov-2015 Xinchen Hui

Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)


Revision tags: php-5.6.16, php-7.0.0RC8, 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.


# 94ce013b 10-Nov-2015 Andrey Hristov

MNDR:
- remove unused macros


# 2e3fc57c 10-Nov-2015 Andrey Hristov

MNDR:
- move things out of mysqlnd_priv.h


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


# 71e70376 02-Nov-2015 Andrey Hristov

MNDR:
- clean up some things


# 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


# 3eee2926 30-Oct-2015 Andrey Hristov

MNDR:
- Remove the SET_STMT_ERROR macro


# 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


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.


# e24dc94f 19-Oct-2015 Andrey Hristov

MDNR:
- remove dead code


# 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
# f16686fa 12-Oct-2015 Andrey Hristov

MNDR:
- don't use the static function name but the hook


1234567891011