This commit is contained in:
santo 2020-05-14 08:49:59 +00:00
Родитель 6317245121
Коммит 3530e8a03f
1 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -28,13 +28,8 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- 1. Rename option mysqlnd_azure.enabled to mysqlnd_azure.enableRedirect.
- 2. Add a new option choice "preferred".
- 3. When enableRedirect is "on", ssl is off, no connection will be made, return error "mysqlnd_azure.enableRedirect is on, but SSL option is not set in connection string. Redirection is only possible with SSL."
- 4. When enableRedirect is "on", but on server side redirection is not available, abort the first connection and return error "Connection aborted because redirection is not enabled on the MySQL server or the network package doesn't meet meet redirection protocol."
- 5. When enableRedirect is "on" and server supports redirection, but the redirected connection failed for any reason, also abort the first proxy connection. Return the error of the redirected connection.
- 6. When enableRedirect is "preferred", it will use redirection if possible.
If connection does not use SSL, or server does not support redirection, or redirected connection fails to connect for any non-fatal reason while the proxy connection is still a valid one, it will fallback to the first proxy connection.
- 1. New connection attribute "_extension_version", indicate the mysqlnd_azure extension build version.
- 2. Fix memory collect mnd_ prefix alloc crash and add a test case for enable mysqlnd.collect_memory_statistics.
</notes>
<contents>
<dir name="/">