From 1c71b8ae61abb2c350ff71ae3d707bdcc5517a36 Mon Sep 17 00:00:00 2001 From: GuuBu <46982854+GuuBu@users.noreply.github.com> Date: Thu, 16 Jan 2020 17:23:37 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d956eb4..aa85e12 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Valid version: - 1.0.1 Change: with pecl install command line support on linux. Limitation: cannot work with 7.2.23+ and 7.3.10+ - 1.0.2 Change: fix compatibility problem with 7.2.23+ and 7.3.10+. Limitation: crash when working with PDO interface with flag PDO::ATTR_PERSISTENT=>false - 1.0.3RC Change: fix the crash problem when working with PDO interface with flag PDO::ATTR_PERSISTENT=>false. - This version is marked as beta, so please use pecl install mysqlnd_azure-1.0.3RC to install when using pecl. + This version is marked as beta, so please use *pecl install mysqlnd_azure-1.0.3RC* to install when using pecl. Following is a brief guide of how to install using pecl or build and test the extension from source. @@ -35,8 +35,10 @@ Example to install required tools for php7.3 on Redhat 7.4: #### Install ###### Linux -sudo pecl install mysqlnd_azure -For beta version like 1.0.3RC, please specify the version number, e.g. pecl install mysqlnd_azure-1.0.3RC +sudo pecl install mysqlnd_azure + +For beta version like 1.0.3RC, please specify the version number, e.g. *pecl install mysqlnd_azure-1.0.3RC* + ###### Windows Download the corresponding dll package from the DLL link on https://pecl.php.net/package/mysqlnd_azure. Extract the zip file, find the dll file named with *php_mysqlnd_azure.dll*, and put it under extension_dir (Follow the configure step below to get the value).