The new PECL package mysqlnd_azure-1.1.0 (stable) has been released at 
https://pecl.php.net/.

Release 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.

Package Info
-------------
mysqlnd extension for azure

Related Links
-------------
Package home: https://pecl.php.net/package/mysqlnd_azure
   Changelog: https://pecl.php.net/package-changelog.php?package=mysqlnd_azure
    Download: https://pecl.php.net/get/mysqlnd_azure-1.1.0.tgz

Authors
-------------
Qianqian Bu (lead)
Hang Zhang (lead)

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to