Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-550117 Mheavin snow 550117 php win update #277

Merged
merged 13 commits into from
Mar 8, 2022
Prev Previous commit
Next Next commit
SNOW-550117 Your title here
Description

Testing
  • Loading branch information
sfc-gh-mheavin committed Mar 2, 2022
commit 4b1ac86940a25ec91d9485420bb749c136c9fb54
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Building the Driver on Windows

.. |win-vs-version| replace:: VS16 8.0.16

.. note: Snowflake supports only thread-safe versions of PHP.
.. note:: Snowflake supports only thread-safe versions of PHP.

To build the PHP driver for Windows:

Expand Down Expand Up @@ -157,7 +157,7 @@ To build the PHP driver for Windows:

.\\scripts\\run_build_pdo_snowflake.bat x64 Release |win-vs-version| C:\\php-sdk

#. Copy :code:`php_pdo_snowflake.dll` from the directory where you built the driver to the PHP extension
#. Copy :code:`php_pdo_snowflake.dll` from the directory where you built the driver to the PHP extension
directory (the same directory that contains the :code:`php_pdo.dll file`). Usually, the PHP extension
directory is the :code:`ext` subdirectory in the directory where PHP is installed.

Expand Down