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 |
|
#
f96df64c |
| 06-Jun-2018 |
Anatol Belski |
Fix VC compilation as variable size array is not supported
|
Revision tags: php-7.3.0alpha1 |
|
#
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, php-7.0.26 |
|
#
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 |
|
#
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
|
Revision tags: php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1 |
|
#
a08723d3 |
| 18-May-2017 |
Dmitry Stogov |
Use interned empty and "one char" strings.
|
Revision tags: php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1 |
|
#
01c1afa7 |
| 01-Feb-2017 |
andrewnester |
Fixed bug #74021
|
Revision tags: php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1 |
|
#
dac6c639 |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
478f119a |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
43ed89ea |
| 02-Jan-2017 |
Nikita Popov |
Fix data_size decrement We don't want to decrement the pointer...
|