History log of /PHP-7.4/ext/mysqlnd/mysqlnd_structs.h (Results 26 – 50 of 266)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.1
# 9eca4dca 12-Dec-2016 Andrey Hristov

Optimized memory handling of BIT fields. Less memory copies and less
memory usage.


Revision tags: php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, 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, 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%.


# 42fe5e67 22-Feb-2016 Nikita Popov

Drop mysqlnd mempool refcount

This member was no longer used.

Also fix handling of from_pool in resize_chunk. It was setting
pool to NULL instead of from_pool to FALSE.


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
# 7e9a6f72 14-Jan-2016 Andrey Hristov

Move cleanup code to a separate function and export it. Export also
other functions that can be of use for plugins


# bcf71722 14-Jan-2016 Andrey Hristov

Forgot to add const-ness to the macro


# c69c23ba 14-Jan-2016 Andrey Hristov

Convenience macros


# 4e8988b4 13-Jan-2016 Andrey Hristov

commit 597db443cd6ce76b0dce590b9f51b5d4d610325e
Author: John Bafford <john@bafford.com>
Date: Mon Jan 11 17:17:44 2016 -0500

MYSQLND_METHOD(mysqlnd_conn_data, get_scheme) shoul

commit 597db443cd6ce76b0dce590b9f51b5d4d610325e
Author: John Bafford <john@bafford.com>
Date: Mon Jan 11 17:17:44 2016 -0500

MYSQLND_METHOD(mysqlnd_conn_data, get_scheme) should take socket_or_pipe by reference to allow modifications

Fixes a read-from-null crash in mnd_pestrdup when trying to duplicate the socket filename. (Fixes regression in e81ecc80c)

show more ...


Revision tags: 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
# 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


1234567891011