History log of /PHP-8.1/ext/mysqlnd/mysqlnd_wireprotocol.c (Results 76 – 100 of 441)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3, php-7.3.0alpha2, php-7.1.19, php-7.2.7
# 100b4cda 13-Jun-2018 Dmitry Stogov

emalloc() never returns NULL

# c79af09b 09-Jun-2018 Anatol Belski

Add check for variable size array feature

Usage of VLA is not portable, wile supported by some compilers. For
instance, GCC supports it even if -std=c89 is passed. Even if we would
s

Add check for variable size array feature

Usage of VLA is not portable, wile supported by some compilers. For
instance, GCC supports it even if -std=c89 is passed. Even if we would
switch to C99, it would be still not portable at least with VC++. Thus,
adding a centralized check so such code can be guarded and moved to
alloca() if needed.

show more ...

Revision tags: php-7.1.19RC1
# 7bef16c3 06-Jun-2018 Anatol Belski

Merge branch 'PHP-7.2'

* PHP-7.2:
Fix VC compilation as variable size array is not supported
NEWS for 7.2.8


# 0bafb530 06-Jun-2018 Anatol Belski

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix VC compilation as variable size array is not supported
Fix MySQL 8 auth


# f96df64c 06-Jun-2018 Anatol Belski

Fix VC compilation as variable size array is not supported

Revision tags: php-7.3.0alpha1
# 84f6f693 05-Jun-2018 Johannes Schlüter

Merge branch 'PHP-7.1'


# d6e81f0b 05-Jun-2018 Johannes Schlüter

Fix MySQL 8 auth

Revision tags: php-7.2.7RC1, php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28
# 9881cb39 20-Feb-2018 Johannes Schlüter

Fix initialisation order

Revision tags: php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27
# 64002648 31-Dec-2017 Gabriel Caruso

Trailing whitespaces

Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>

# a6519d05 02-Jan-2018 Xinchen Hui

year++

# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++

# ccd4716e 02-Jan-2018 Xinchen Hui

year++

Revision tags: php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, l
# 6bcace1b 15-Nov-2017 Dmitry Stogov

Use single memory pool for result metadata and result set.

# e2c9dfb5 15-Nov-2017 Dmitry Stogov

Cleanup. Make difference between MYSQLND_ROW_BUFFER and MYSQLND_MEMORY_POOL_CHUNK (the last one is completely removed).

# b08253a7 14-Nov-2017 Nikita Popov

Try to fix AppVeyor build

Performing arithmetic on void pointers is a GCC extension.

# f1f1f63c 14-Nov-2017 Dmitry Stogov

Reimplemented MYSQLND_MEMORY_POOL to avoid allocations ouside of pool. Store all data related to result set in the pool.

# 4d5330fb 14-Nov-2017 Dmitry Stogov

Run mysqlmd commands in one step (without separate create/run/free).

# 93334b5f 14-Nov-2017 Dmitry Stogov

Use stack-allocated packets.

Revision tags: php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1
# a7305eb5 02-Nov-2017 Dmitry Stogov

Made "result", "statement" and "last_message" to always use Zend MM heap. (even for persistent connections these entities don't relive request boundary)

Revision tags: php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25
# 272f5a17 18-Oct-2017 Dmitry Stogov

Extend zend_string API to avoid reallocation in zend_string_init_interned()

# 1dd224dd 16-Oct-2017 Dmitry Stogov

Reuse interned strings from opcache SHM, if possible.

Revision tags: php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24
# 756aaaf8 13-Sep-2017 Anatol Belski

Merge branch 'PHP-7.2'

* PHP-7.2:
Fixed bug #75018, fixed bug #75177


# b134793b 13-Sep-2017 Anatol Belski

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #75018, fixed bug #75177


# 3d93856c 13-Sep-2017 Anatol Belski

Fixed bug #75018, fixed bug #75177

Both are caused by the same cast issue in mysqlnd on 32-bit.

Revision tags: php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23
# 2462d1a7 23-Aug-2017 Kalle Sommer Nielsen

Kill a compiler warning in ext/mysqlnd

12345678910>>...18