1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00

- merge two mysqli section

This commit is contained in:
Pierre Joye
2011-08-21 14:31:11 +00:00
parent 81ad401604
commit 408d0a0420

6
NEWS
View File

@@ -169,10 +169,6 @@ PHP NEWS
. Fixed bug #55169 (mcrypt_create_iv always fails to gather sufficient random
data on Windows). (Pierre)
- MySQL Improved extension:
. Fixed Bug #54221 (mysqli::get_warnings segfault when used in multi queries).
(Andrey)
- mysqlnd
. Fixed crash when using more than 28,000 bound parameters. Workaround is to
set mysqlnd.net_cmd_buffer_size to at least 9000. (Andrey)
@@ -182,6 +178,8 @@ PHP NEWS
- MySQLi extension:
. Fixed bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi
persistent connections). (Andrey)
. Fixed Bug #54221 (mysqli::get_warnings segfault when used in multi queries).
(Andrey)
- OpenSSL extension:
. openssl_encrypt()/openssl_decrypt() truncated keys of variable length